Skip to content

Commit

Permalink
rm echo
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jan 25, 2025
1 parent b770cb7 commit d0b11bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
- name: Export digest
run: |
mkdir -p ${{ runner.temp }}/digests
echo "${{ steps.bake.outputs.metadata }}"
digest="${{ fromJSON(steps.bake.outputs.metadata)[inputs.image_to_release]['containerimage.digest'] }}"
touch "${{ runner.temp }}/digests/${digest#sha256:}"
- name: Upload digest
Expand Down

0 comments on commit d0b11bd

Please sign in to comment.