From 0cfd7c934c7f06306cbddff3677aebac0f66fd43 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Tue, 27 Feb 2024 00:49:17 -0600 Subject: [PATCH] s --- .github/workflows/push_images.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push_images.yml b/.github/workflows/push_images.yml index 57816bb..b1a5b6e 100644 --- a/.github/workflows/push_images.yml +++ b/.github/workflows/push_images.yml @@ -54,7 +54,6 @@ jobs: # -- if [ "${MAJOR_VERSION}" == "40" ]; then BUILD_TAGS+=("${TIMESTAMP}") - BUILD_TAGS+=("latest") BUILD_TAGS+=("latest-${{ matrix.arch }}") fi