Skip to content

Commit e1f5328

Browse files
committed
Enable push in github docker img build
1 parent 8aa68a2 commit e1f5328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
id: build-and-push
6161
uses: docker/build-push-action@v6
6262
with:
63+
push: true
6364
context: .
6465
tags: ${{ env.TAGS }}
6566
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)