Update with correct lower case for ghcr
This commit is contained in:
parent
39c1bf3f92
commit
0c92f52741
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ dockers_v2:
|
|||
ids:
|
||||
- picoclaw
|
||||
images:
|
||||
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
|
||||
- "ghcr.io/{{ ToLower .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
|
||||
- '{{ if not (isEnvSet "NIGHTLY_BUILD") }}docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}{{ end }}'
|
||||
tags:
|
||||
- "{{ .Tag }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue