From 5f40954c0d47e93349fb11d09225b5524c15c1f0 Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:55:35 -0700 Subject: [PATCH] Fix tag to latest in build_iso.yml --- .github/workflows/build_iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"