From a415b3594e89f696d556c2eb27647895bdab5698 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Tue, 13 Jun 2023 11:16:56 +0100 Subject: [PATCH] Use lowercase chars in registry name (#165) This is to address this error: ``` failed to publish artifacts: publish: repository can only contain the characters `abcdefghijklmnopqrstuvwxyz0123456789_-./`: StyraInc/regal ``` See run https://github.com/StyraInc/regal/actions/runs/5254120685/jobs/9492333809 Signed-off-by: Charlie Egan Co-authored-by: Charlie Egan --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7167e4fe..5fa00c62 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -36,7 +36,7 @@ builds: kos: - # build settings are imported from this build build: linux-windows-build - repository: ghcr.io/StyraInc/regal + repository: ghcr.io/styrainc/regal tags: - '{{.Version}}' - latest