Skip to content

Commit 495dd05

Browse files
committed
github action: push docker image to container repository
1 parent d69e4cb commit 495dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v3.0.0
3030
with:
3131
context: "{{ defaultContext }}:server"
32-
push: false
32+
push: true
3333
tags: ${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)