Skip to content

Commit

Permalink
Fix image tag in push-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Nov 2, 2024
1 parent ed51608 commit adae336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: oras-project/setup-oras@v1
- name: get container image digest
run: |
echo "IMAGE_DIGEST=$(oras manifest fetch ${{ env.IMAGE_NAME }}:${{ env.ENVIRONMENT_ID }} \
echo "IMAGE_DIGEST=$(oras manifest fetch ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} \
--descriptor \
| jq -r .digest)" >> ${{ github.env }}
- name: notify humanitec
Expand Down

0 comments on commit adae336

Please sign in to comment.