diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 918cc2f..73cbe76 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -33,7 +33,7 @@ jobs: id: generate-tag shell: bash run: | - TAG="latest" + TAG="testing" if [[ "${{ github.ref_name }}" == "testing" ]]; then TAG="testing"