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