Skip to content

Commit

Permalink
Or not
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed Dec 11, 2023
1 parent dbce3cc commit ce43305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
outputs: type=image,name=${{ env.BASE_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest
run: |
mkdir -p /tmp/digests
mkdir -p /tmp/base-digests
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/base-digests/${digest#sha256:}"
- name: Upload Base digest
Expand Down

0 comments on commit ce43305

Please sign in to comment.