diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cc1c602..a1815c3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -157,7 +157,7 @@ jobs: tags: ${{ steps.meta_containerized.outputs.tags }} labels: ${{ steps.meta_containerized.outputs.labels }} # only push the resulting image on when building on main - push: "${{ github.event_name != 'pull_request' }}" + push: true # reset before merge "${{ github.event_name != 'pull_request' }}" build-args: | ARCH=${{ matrix.arch }} RUNTIME_VERSION=${{ steps.meta.outputs.version }}