Skip to content

Commit 62f6549

Browse files
committed
Stop pushing image
1 parent 508a771 commit 62f6549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
-
7373
name: Test docker image
7474
run: docker compose run --build ${{ matrix.alg }} bash test.sh
75-
-
76-
name: Push docker image
77-
run: docker compose push ${{ matrix.alg }}
75+
# -
76+
# name: Push docker image
77+
# run: docker compose push ${{ matrix.alg }}
7878
################################################################################
7979
# tests
8080
################################################################################

0 commit comments

Comments
 (0)