Skip to content

Commit

Permalink
Quote output property
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent b8e9a3e commit 6256b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
if: github.event_name != 'pull_request'
run: |
mkdir -p /tmp/digests
touch "/tmp/digests/${{ steps.build.outputs.containerimage.digest }}"
touch "/tmp/digests/${{ steps.build.outputs['containerimage.digest'] }}"
- name: Upload digest
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 6256b33

Please sign in to comment.