Skip to content

Commit

Permalink
push only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 14, 2023
1 parent f585d8c commit 2fb9268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Build and Push Image to quay.io
uses: docker/build-push-action@v5.0.0
with:
push: false
push: "${{github.ref_name == 'master' }}"
build-args: |
DISTRIB_NAME=${{ matrix.base_image.flavor }}
DISTRIB_MAJOR=${{ matrix.base_image.major }}
Expand Down

0 comments on commit 2fb9268

Please sign in to comment.