Skip to content

Commit 868adb9

Browse files
committed
disable quay image push
1 parent fe86e3b commit 868adb9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: .github/workflows/publish.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ jobs:
4343
run: cosign version
4444
- name: Install crane
4545
uses: imjasonh/setup-crane@v0.4
46-
- name: Login to quay.io
47-
uses: docker/login-action@v3
48-
with:
49-
registry: quay.io
50-
username: ${{ secrets.quay_username }}
51-
password: ${{ secrets.quay_password }}
46+
# - name: Login to quay.io
47+
# uses: docker/login-action@v3
48+
# with:
49+
# registry: quay.io
50+
# username: ${{ secrets.quay_username }}
51+
# password: ${{ secrets.quay_password }}
5252
- name: Login to ghcr.io
5353
uses: docker/login-action@v3
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.repository_owner }}
5757
password: ${{ secrets.GITHUB_TOKEN }}
58-
- name: Cosign login
59-
run: |
60-
echo "${{ secrets.GITHUB_TOKEN }}" | cosign login -u ${{ github.repository_owner }} --password-stdin ghcr.io
61-
echo "${{ secrets.quay_password }}" | cosign login -u ${{ secrets.quay_username }} --password-stdin quay.io
58+
# - name: Cosign login
59+
# run: |
60+
# echo "${{ secrets.GITHUB_TOKEN }}" | cosign login -u ${{ github.repository_owner }} --password-stdin ghcr.io
61+
# echo "${{ secrets.quay_password }}" | cosign login -u ${{ secrets.quay_username }} --password-stdin quay.io
6262
- name: Build images and push
6363
run: ./scripts/push-docker-image.sh

0 commit comments

Comments
 (0)