Skip to content

Commit 964a414

Browse files
committed
Revert "ci: do not push on build image phase"
This reverts commit 5f5d2c5.
1 parent 5f5d2c5 commit 964a414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: github.event_name != 'pull_request' && steps.tags.outputs.tag != ''
7777
with:
7878
context: ./${{ matrix.platform }}
79-
push: false
79+
push: true
8080
tags: ${{ steps.tags.outputs.tag }}
8181
platforms: linux/${{ matrix.arch }}
8282
manifest:

0 commit comments

Comments
 (0)