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

Commit 32ebd45

Browse files
authored
Merge pull request #583 from cprivitere/registry-again
ci: update registry again to a valid format
2 parents 556e916 + 5ac2f1e commit 32ebd45

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)