Skip to content

Commit

Permalink
feat(pipeline): push image always
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Nov 12, 2022
1 parent 54d1865 commit 6d8f49e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ jobs:
name: Push container image
needs: [ scan-container-image, test-container-image ]
runs-on: ubuntu-latest
if: github.ref_name == 'main' # only push the image if the branch is main
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 6d8f49e

Please sign in to comment.