Skip to content

Commit

Permalink
removed quay push as built via quay on tags - https://quay.io/reposit…
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Jul 10, 2024
1 parent 37d5326 commit a6742c5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/toolbox-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,3 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
tags: ${{ steps.build_image.outputs.tags }}

- name: Push to Quay
env:
REGISTRY_URI: ${{ secrets.REGISTRY_URI }}
if: ${{ env.REGISTRY_URI != '' && !contains(github.ref, 'renovate') }}
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2
with:
image: ${{ steps.build_image.outputs.image }}
registry: ${{ secrets.REGISTRY_URI }}/${{ secrets.REGISTRY_REPOSITORY }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
tags: ${{ steps.build_image.outputs.tags }}

0 comments on commit a6742c5

Please sign in to comment.