Skip to content

Commit

Permalink
pr(ci): print docker images on build completion (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jan 2, 2024
1 parent 8b71307 commit a47afa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
-Dquarkus.container-image.tag=pr-${{ env.PR_num }}-${{ env.head_sha }} \
clean package
podman images
docker images
- name: Push PR test image to ghcr.io
id: push-to-ghcr
uses: redhat-actions/push-to-registry@v2
Expand Down

0 comments on commit a47afa5

Please sign in to comment.