We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e95525 commit b1f2607Copy full SHA for b1f2607
.github/workflows/ci.yml
@@ -77,8 +77,9 @@ jobs:
77
- name: Docker build
78
run: make -C go -f "${{matrix.makefile}}" build${{env.GOAL_SUFFIX}}
79
80
- - name: Docker push
81
- run: make -C go -f "${{matrix.makefile}}" push${{env.GOAL_SUFFIX}}
+ # TODO: uncomment when ready to push
+ #- name: Docker push
82
+ # run: make -C go -f "${{matrix.makefile}}" push${{env.GOAL_SUFFIX}}
83
84
- name: Docker images
85
run: docker images --format "table {{.Repository}}:{{.Tag}}\t{{.Size}}"
0 commit comments