bug: change tag to testing (for now until 40 is fully released)
This commit is contained in:
parent
5f40954c0d
commit
52aad87212
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
id: generate-tag
|
id: generate-tag
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
TAG="latest"
|
TAG="testing"
|
||||||
|
|
||||||
if [[ "${{ github.ref_name }}" == "testing" ]]; then
|
if [[ "${{ github.ref_name }}" == "testing" ]]; then
|
||||||
TAG="testing"
|
TAG="testing"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue