Skip to content

Commit

Permalink
Run tree to debug whatthe digest outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Mar 26, 2024
1 parent e300ec4 commit 698b3fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ jobs:
builderDigest="${{steps.build-builder-image.outputs.digest }}"
touch "/tmp/digests/base/${baseDigest#sha256:}"
touch "/tmp/digests/builder/${builderDigest#sha256:}"
tree /tmp/digests
- id: upload-digests
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -249,6 +250,10 @@ jobs:
type=sha,enable=true,prefix=${{ join(matrix.version.rubyver, '.') }}-,format=short
type=sha,enable=true,priority=100,format=long,prefix=${{ join(matrix.version.rubyver, '.') }}-
- name: List Digests Storage (Debug)
run: |
tree /tmp/digests
- name: Create Manifest Lists (for Base)
working-directory: /tmp/digests/base
run: |
Expand Down

0 comments on commit 698b3fd

Please sign in to comment.