Skip to content

Commit

Permalink
Uncomment push=true
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan6 committed Jul 28, 2023
1 parent c5d01f2 commit 06084e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
context: .
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true #,push=true
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
-
name: Export digest
run: |
Expand Down

0 comments on commit 06084e3

Please sign in to comment.