Skip to content

Commit

Permalink
trunk-test-tembo: fix publishing to Quay (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Jan 31, 2024
1 parent aa5d0bb commit fb7a86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
set -xe
IFS=' ' read -ra TAG_ARRAY <<< "latest ${{ steps.versions.outputs.SHORT_SHA }}"
for tag in "${TAG_ARRAY[@]}"; do
docker tag trunk-test-tembo:$tag quay.io/tembo/trunk-test-tembo:$tag
docker push quay.io/tembo/trunk-test-tembo:$tag
docker tag trunk-test-tembo:${{ steps.versions.outputs.SHORT_SHA }}-pg${{ matrix.pg_version }} quay.io/tembo/trunk-test-tembo:${{ steps.versions.outputs.SHORT_SHA }}-pg${{ matrix.pg_version }}
docker push quay.io/tembo/trunk-test-tembo:${{ steps.versions.outputs.SHORT_SHA }}-pg${{ matrix.pg_version }}
done

0 comments on commit fb7a86a

Please sign in to comment.