Skip to content

Commit 06084e3

Browse files
committed
Uncomment push=true
1 parent c5d01f2 commit 06084e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
context: .
5454
platforms: ${{ matrix.platform }}
5555
labels: ${{ steps.meta.outputs.labels }}
56-
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true #,push=true
56+
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
5757
-
5858
name: Export digest
5959
run: |

0 commit comments

Comments
 (0)