Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Dec 13, 2023
1 parent a62c6d8 commit efa7a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-agent-python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Push to Quay
env:
REGISTRY_URI: ${{ secrets.REGISTRY_URI }}
if: ${{ env.REGISTRY_URI != "" && !contains(github.head_ref, 'renovate') }}
if: ${{ env.REGISTRY_URI != '' && !contains(github.head_ref, 'renovate') }}
id: push_to_quay
uses: redhat-actions/push-to-registry@9986a6552bc4571882a4a67e016b17361412b4df # v2
with:
Expand Down

0 comments on commit efa7a65

Please sign in to comment.