We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc82e2b commit 0984555Copy full SHA for 0984555
.github/workflows/publish.yml
@@ -50,6 +50,7 @@ jobs:
50
with:
51
context: ./${{ matrix.service_name }}
52
platforms: ${{ matrix.build_arch }}
53
+ push: ${{ github.event_name != 'pull_request' }}
54
tags: ${{ steps.meta.outputs.tags }}
55
labels: ${{ steps.meta.outputs.labels }}
56
cache-from: type=gha
0 commit comments