Skip to content

Commit

Permalink
Use proper step name
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent 8a27b36 commit 4c873d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ jobs:
- name: Export digest
if: github.event_name != 'pull_request'
run: |
echo "${{ toJSON(steps.build.outputs) }}"
mkdir -p /tmp/digests
touch "/tmp/digests/${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${{ steps.build-and-push.outputs.digest }}"
- name: Upload digest
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 4c873d4

Please sign in to comment.