Skip to content

Commit

Permalink
Test diff between Env Var and Action Outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Mar 26, 2024
1 parent 698b3fd commit ff29de6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,13 @@ 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)
- name: Debug - Step Output
run: |
tree /tmp/digests
echo "Github steps.base-image-metadata.outputs.json output:"
echo ${{ steps.base-image-metadata.outputs.json }}
echo "========"
echo "DOCKER_METADATA_OUTPUT_JSON Env Var Output:"
echo $DOCKER_METADATA_OUTPUT_JSON
- name: Create Manifest Lists (for Base)
working-directory: /tmp/digests/base
Expand Down

0 comments on commit ff29de6

Please sign in to comment.