Update with correct syntax

This commit is contained in:
Huaaudio 2026-03-09 16:08:22 +01:00
parent 0c92f52741
commit ccb23717e8

View file

@ -115,7 +115,7 @@ dockers_v2:
ids:
- picoclaw
images:
- "ghcr.io/{{ ToLower .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER | lower }}/picoclaw"
- '{{ if not (isEnvSet "NIGHTLY_BUILD") }}docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}{{ end }}'
tags:
- "{{ .Tag }}"