Skip to content

Commit

Permalink
This seems to work, but fix the typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Mar 14, 2024
1 parent 0dd7707 commit 48a599a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- id: export-digests
run: |
mkdir -p /tmp/digests/base /tmp/digests/base
mkdir -p /tmp/digests/base /tmp/digests/builder
baseDigest="${{steps.build-base-image.outputs.digest }}"
builderDigest="${{steps.build-builder-image.outputs.digest }}"
touch "/tmp/digests/base/${baseDigest#sha256:}"
Expand Down

0 comments on commit 48a599a

Please sign in to comment.