Skip to content

Commit

Permalink
docker pull before docker inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Nov 2, 2024
1 parent c89ea77 commit 1dd50c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
--quiet
- name: get container image digest
run: |
docker pull ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
echo "IMAGE_DIGEST=$(docker inspect ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} --format='{{index .RepoDigests 0}}')" >> ${{ github.env }}
- name: notify humanitec
run: |-
Expand Down

0 comments on commit 1dd50c4

Please sign in to comment.