Skip to content

Commit

Permalink
Use lowercase chars in registry name (#165)
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>
Co-authored-by: Charlie Egan <charlieegan3@users.noreply.github.com>
  • Loading branch information
charlieegan3 and charlieegan3 authored Jun 13, 2023
1 parent 70d3179 commit a415b35
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 a415b35

Please sign in to comment.