Skip to content

Commit 0f72f5b

Browse files
committed
only release docker builds when we make a release
1 parent 519dbdf commit 0f72f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
context: .
5555
platforms: linux/amd64,linux/arm64
56-
push: true
56+
push: ${{ github.event_name == 'release' }}
5757
tags: ${{ steps.meta.outputs.tags }}
5858
labels: ${{ steps.meta.outputs.labels }}
5959
cache-from: type=gha

0 commit comments

Comments
 (0)