Skip to content

Commit

Permalink
Remove sha prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Oct 22, 2023
1 parent 4c873d4 commit f8730b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ jobs:
if: github.event_name != 'pull_request'
run: |
mkdir -p /tmp/digests
touch "/tmp/digests/${{ steps.build-and-push.outputs.digest }}"
digest="${{ steps.build-and-push.outputs.digest }}"
touch "/tmp/digests/${digest#sha265:}"
- name: Upload digest
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit f8730b6

Please sign in to comment.