Skip to content

Commit 2278369

Browse files
committed
fix: add push parameter to publish action
1 parent 28866f5 commit 2278369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
uses: docker/build-push-action@v2
2929
with:
3030
tags: ${{ steps.meta.outputs.tags }}
31-
labels: ${{ steps.meta.outputs.labels }}
31+
labels: ${{ steps.meta.outputs.labels }}
32+
push: true

0 commit comments

Comments
 (0)