Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Disable publication to quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed May 24, 2024
1 parent 5b04762 commit a7c8a00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
password: ${{ github.token }}
registry: ghcr.io/${{ github.repository_owner }}

- name: Log in to quay.io
uses: redhat-actions/podman-login@v1
with:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
registry: quay.io
# - name: Log in to quay.io
# uses: redhat-actions/podman-login@v1
# with:
# username: ${{ secrets.QUAY_USERNAME }}
# password: ${{ secrets.QUAY_TOKEN }}
# registry: quay.io

# - name: Log in to docker.io
# uses: redhat-actions/podman-login@v1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/update-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
password: ${{ github.token }}
registry: ghcr.io/${{ github.repository_owner }}

- name: Log in to quay.io
uses: redhat-actions/podman-login@v1
with:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}
registry: quay.io
# - name: Log in to quay.io
# uses: redhat-actions/podman-login@v1
# with:
# username: ${{ secrets.QUAY_USERNAME }}
# password: ${{ secrets.QUAY_TOKEN }}
# registry: quay.io

# - name: Log in to docker.io
# uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit a7c8a00

Please sign in to comment.