mirror of
https://github.com/ajnart/homarr.git
synced 2025-10-29 01:26:20 +01:00
Remove test- prefix in manually deployed versions
This commit is contained in:
2
.github/workflows/docker_dev.yml
vendored
2
.github/workflows/docker_dev.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
type=raw,value=${{ github.event.inputs.tag }}, prefix=test-,enable=${{ github.event.inputs.tag != '' }}
|
type=raw,value=${{ github.event.inputs.tag }},enable=${{ github.event.inputs.tag != '' }}
|
||||||
tpye=raw,value=dev,priority=1,enable=${{ github.event.inputs.tag == '' }}
|
tpye=raw,value=dev,priority=1,enable=${{ github.event.inputs.tag == '' }}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
|||||||
Reference in New Issue
Block a user