From b1f26074317d54072017030d6d07754856925d29 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 10 Feb 2025 22:02:34 +0100 Subject: [PATCH] chore --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8b51c54..0b611ba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}}"