Skip to content

Commit 0984555

Browse files
committed
add missing push field on action
1 parent fc82e2b commit 0984555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
with:
5151
context: ./${{ matrix.service_name }}
5252
platforms: ${{ matrix.build_arch }}
53+
push: ${{ github.event_name != 'pull_request' }}
5354
tags: ${{ steps.meta.outputs.tags }}
5455
labels: ${{ steps.meta.outputs.labels }}
5556
cache-from: type=gha

0 commit comments

Comments
 (0)