Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 26, 2024
1 parent 0793019 commit d8b80c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,11 @@ jobs:
COMMIT_TAGS+=("${SHA_SHORT}${MAJOR_VERSION:+-$MAJOR_VERSION}")
BUILD_TAGS=("${MAJOR_VERSION}" "${MAJOR_VERSION}-${{ matrix.arch }}" "${MAJOR_VERSION:+$MAJOR_VERSION-}${TIMESTAMP}" "${MAJOR_VERSION:+$MAJOR_VERSION-}${TIMESTAMP}-${{ matrix.arch }}")
# --
BUILD_TAGS+=("${TIMESTAMP}")
if [ "${MAJOR_VERSION}" == "39" ]; then
BUILD_TAGS+=("${TIMESTAMP}")
BUILD_TAGS+=("latest")
BUILD_TAGS+=("latest-${{ matrix.arch }}")
fi
alias_tags=("${BUILD_TAGS[@]}")
echo "Generated the following build tags: "
Expand Down

0 comments on commit d8b80c7

Please sign in to comment.