Fix tag to latest in build_iso.yml
This commit is contained in:
parent
9ab3f983a7
commit
5f40954c0d
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="stable"
|
TAG="latest"
|
||||||
|
|
||||||
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