Skip to content

Commit

Permalink
Use lowercase chars in registry name
Browse files Browse the repository at this point in the history
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 <charlieegan3@users.noreply.github.com>
  • Loading branch information
charlieegan3 committed Jun 13, 2023
1 parent 70d3179 commit da64038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da64038

Please sign in to comment.