From 7fba1abe2716148867fa467b53065b0b07add3cb Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:40:03 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0afa0e1..47a6da3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,16 +55,13 @@ jobs: if [[ ${{ github.ref_name }} == "unstable" ]]; then BUILD_TAGS+=("${MAJOR_VERSION}-unstable" "${MAJOR_VERSION}-unstable-${TIMESTAMP}") BUILD_TAGS+=("unstable") - fi elif [[ ${{ github.ref_name }} == "testing" ]]; then BUILD_TAGS+=("${MAJOR_VERSION}-testing" "${MAJOR_VERSION}-testing-${TIMESTAMP}") BUILD_TAGS+=("testing") - fi else BUILD_TAGS+=("${MAJOR_VERSION}" "${MAJOR_VERSION}-${TIMESTAMP}") BUILD_TAGS+=("${MAJOR_VERSION}-stable" "${MAJOR_VERSION}-stable-${TIMESTAMP}") BUILD_TAGS+=("latest" "stable") - fi fi BUILD_TAGS+=("${TIMESTAMP}")