Skip to content

Commit

Permalink
Look at other publish outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgira23 committed Sep 18, 2023
1 parent 55c32e9 commit f61dec4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ jobs:

# Output Docker image URL
- name: Output Docker image URL
run: echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.build-and-push.outputs.digest }}"
run: |
echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.build-and-push.outputs.digest }}"
echo "${{ steps.build-and-push.outputs.imageid }}"
echo "${{ steps.build-and-push.outputs.metadata }}"
deploy:
needs: build
Expand Down

0 comments on commit f61dec4

Please sign in to comment.