diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index c1f904b..1dd2c3f 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="testing" + TAG="latest" if [[ "${{ github.ref_name }}" == "testing" ]]; then TAG="testing"