Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sharonsyh committed Aug 4, 2024
1 parent 38c4dde commit 130cba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
platforms: ${{ matrix.platform }}
outputs: |
type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
type=image,name=${{ env.ADDITIONAL_REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
#type=image,name=${{ env.ADDITIONAL_REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest
run: |
mkdir -p /tmp/digests
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
echo "Running primary command: $cmd_primary"
eval $cmd_primary
echo "Running secondary command: $cmd_primary"
echo "Running secondary command: $cmd_secondary"
eval $cmd_secondary
- name: Inspect image
run: |
Expand Down

0 comments on commit 130cba3

Please sign in to comment.