Skip to content

Commit

Permalink
remove this commit before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
madelen-at-work committed Sep 11, 2024
1 parent 4680620 commit 9e8fd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #"${{ github.event_name != 'pull_request' }}"
build-args: |
ARCH=${{ matrix.arch }}
RUNTIME_VERSION=${{ steps.meta.outputs.version }}
Expand Down

0 comments on commit 9e8fd6e

Please sign in to comment.