Skip to content

Commit e6f5ba8

Browse files
committed
disable push temporarily
1 parent 0ee02a5 commit e6f5ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
id: build-and-push
7979
with:
8080
context: .
81-
push: true
81+
push: false
8282
build-args: |
8383
PYTHON_VERSION=${{ matrix.python-version }}
8484
LOGPREP_VERSION=${{ env.LOGPREP_VERSION }}

0 commit comments

Comments
 (0)