From 52aad87212a50b875c440c9b22710000fc9915e0 Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:52:10 -0700 Subject: [PATCH] bug: change tag to testing (for now until 40 is fully released) --- .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 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"