Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 10, 2025
1 parent 9e95525 commit b1f2607
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
- name: Docker build
run: make -C go -f "${{matrix.makefile}}" build${{env.GOAL_SUFFIX}}

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

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

0 comments on commit b1f2607

Please sign in to comment.