Skip to content

Commit

Permalink
Remove RHCC from image release workflow (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismuellner authored Jun 23, 2022
1 parent aa6ea19 commit 1790388
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ jobs:
# docker_repo_username: ${{ secrets.GCR_USERNAME }}
# docker_repo_password: ${{ secrets.GCR_PASSWORD }}

push-rhcc-amd:
name: Push amd image to RHCC
uses: ./.github/workflows/upload-dockerimage.yaml
needs: [prepare, build-amd]
with:
platform: amd64
labels: ${{ needs.prepare.outputs.labels }}
version: ${{ needs.prepare.outputs.version }}
registry: scan.connect.redhat.com
repository: ${{ secrets.RHCC_REPOSITORY }}
secrets:
docker_repo_username: ${{ secrets.RHCC_USERNAME }}
docker_repo_password: ${{ secrets.RHCC_PASSWORD }}
# push-rhcc-amd:
# name: Push amd image to RHCC
# uses: ./.github/workflows/upload-dockerimage.yaml
# needs: [prepare, build-amd]
# with:
# platform: amd64
# labels: ${{ needs.prepare.outputs.labels }}
# version: ${{ needs.prepare.outputs.version }}
# registry: scan.connect.redhat.com
# repository: ${{ secrets.RHCC_REPOSITORY }}
# secrets:
# docker_repo_username: ${{ secrets.RHCC_USERNAME }}
# docker_repo_password: ${{ secrets.RHCC_PASSWORD }}

manifest-dockerhub:
name: Create Dockerhub manifests
Expand Down

0 comments on commit 1790388

Please sign in to comment.