build: replace grc.io with ghcr.io

This commit is contained in:
Thomas Pelletier
2021-12-31 20:10:36 -05:00
parent 5a1a96cb2d
commit 4d51831dab
+3 -3
View File
@@ -90,9 +90,9 @@ dockers:
- tomljson
- tomll
image_templates:
- "grc.io/pelletier/go-toml:latest"
- "grc.io/pelletier/go-toml:{{ .Tag }}"
- "grc.io/pelletier/go-toml:v{{ .Major }}"
- "ghcr.io/pelletier/go-toml:latest"
- "ghcr.io/pelletier/go-toml:{{ .Tag }}"
- "ghcr.io/pelletier/go-toml:v{{ .Major }}"
skip_push: false
checksum:
name_template: 'sha256sums.txt'