Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 5ac2f1e

Browse files
committed
ci: update registry again to a valid format
Signed-off-by: Chris Privitere <[email protected]>
1 parent 556e916 commit 5ac2f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}
1515
DOCKER_REGISTRY: ${{ secrets.DOCKER_ORG }}
1616
QUAY_REGISTRY: quay.io/${{ secrets.QUAY_ORG }}
17-
REGISTRY: $QUAY_REGISTRY
17+
REGISTRY: quay.io/${{ secrets.QUAY_ORG }}
1818

1919
jobs:
2020
validate:

0 commit comments

Comments
 (0)