From a6742c51c4b77e58b9d9b2ffd3af74d4f1ffc294 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Wed, 10 Jul 2024 10:54:29 +0100 Subject: [PATCH] removed quay push as built via quay on tags - https://quay.io/repository/redhat-cop/tool-box?tab=tags --- .github/workflows/toolbox-publish.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/toolbox-publish.yaml b/.github/workflows/toolbox-publish.yaml index 698dcf838..fb837f358 100644 --- a/.github/workflows/toolbox-publish.yaml +++ b/.github/workflows/toolbox-publish.yaml @@ -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 }}