Skip to content

Commit c84cc73

Browse files
committed
Push the image in GH action
1 parent 6f790c7 commit c84cc73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: docker/build-push-action@v4
6464
with:
6565
context: .
66-
push: false
66+
push: true
6767
build-args: |
6868
MAKE_TARGET=test build
6969
tags: ${{ steps.meta.outputs.tags }}
@@ -72,7 +72,7 @@ jobs:
7272
uses: docker/build-push-action@v4
7373
with:
7474
context: .
75-
push: false
75+
push: true
7676
build-args: |
7777
MAKE_TARGET=all
7878
tags: ${{ steps.meta-all.outputs.tags }}

0 commit comments

Comments
 (0)