We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508a771 commit 62f6549Copy full SHA for 62f6549
.github/workflows/ci-docker.yml
@@ -72,9 +72,9 @@ jobs:
72
-
73
name: Test docker image
74
run: docker compose run --build ${{ matrix.alg }} bash test.sh
75
- -
76
- name: Push docker image
77
- run: docker compose push ${{ matrix.alg }}
+ # -
+ # name: Push docker image
+ # run: docker compose push ${{ matrix.alg }}
78
################################################################################
79
# tests
80
0 commit comments