Skip to content

Commit 0c39ad2

Browse files
authored
Update login command to use quay.io in release.yaml
Signed-off-by: Denis Golovin <[email protected]>
1 parent b728293 commit 0c39ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: npx yarn build
106106

107107
- name: Login to quay.io
108-
run: podman login --username ${{ secrets.QUAY_ROBOT_NAME }} --password ${{ secrets.QUAY_ROBOT_TOKEN }} ghcr.io
108+
run: podman login --username ${{ secrets.QUAY_ROBOT_NAME }} --password ${{ secrets.QUAY_ROBOT_TOKEN }} quay.io
109109

110110
- name: Build Image
111111
id: build-image

0 commit comments

Comments
 (0)