Skip to content

Commit

Permalink
test docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Mar 27, 2024
1 parent 4ffc8b9 commit 70fd72f
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 @@ -134,7 +134,7 @@ jobs:
target: JAVA_BASE_IMAGE

- name: Push Image to docker.io
if: github.ref_name == 'master'
if: github.ref_name != 'master'
env:
SRC_IMAGE: quay.io/${{ env.IMAGE_REGISTRY_NAMESPACE }}/${{ env.IMAGE_REPOSITORY }}:${{ steps.vars.outputs.image_tag }}
DST_IMAGE: ${{ env.IMAGE_REGISTRY_NAMESPACE }}/${{ env.IMAGE_REPOSITORY }}:${{ steps.vars.outputs.image_tag }}
Expand Down

0 comments on commit 70fd72f

Please sign in to comment.