Skip to content

Commit b1f2607

Browse files
committed
chore
1 parent 9e95525 commit b1f2607

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ jobs:
7777
- name: Docker build
7878
run: make -C go -f "${{matrix.makefile}}" build${{env.GOAL_SUFFIX}}
7979

80-
- name: Docker push
81-
run: make -C go -f "${{matrix.makefile}}" push${{env.GOAL_SUFFIX}}
80+
# TODO: uncomment when ready to push
81+
#- name: Docker push
82+
# run: make -C go -f "${{matrix.makefile}}" push${{env.GOAL_SUFFIX}}
8283

8384
- name: Docker images
8485
run: docker images --format "table {{.Repository}}:{{.Tag}}\t{{.Size}}"

0 commit comments

Comments
 (0)