Skip to content

Commit 414bad2

Browse files
committed
💚 fix Docker publish workflow step
1 parent a7d73e9 commit 414bad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ jobs:
4444
uses: docker/build-push-action@v5
4545
with:
4646
context: .
47+
push: true
4748
tags: ${{ steps.meta.outputs.tags }}
4849
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)