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