Skip to content

Commit

Permalink
Fix image push bug (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 authored Nov 12, 2024
1 parent 2601a5b commit 550c35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
--build-arg PG_VERSION=${{ matrix.pg_version }} \
--platform linux/${{ matrix.arch }} \
--tag quay.io/coredb/c-builder:pg${{ matrix.pg_version }}-${{ matrix.arch }} cli/images/c-builder
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
if [ "${BRANCH_NAME}" == "main" ]; then
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
docker push quay.io/coredb/c-builder:pg${{ matrix.pg_version }}-${{ matrix.arch }}
fi
Expand Down

0 comments on commit 550c35c

Please sign in to comment.