Update build file

This commit is contained in:
Jason Swank
2026-02-06 01:47:41 +00:00
parent a23415c69a
commit 86a1265042
2 changed files with 6 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ tasks:
- podman manifest push {{.REGISTRY}}/{{.IMAGE}}:{{default .TAG .ALT_TAG}}
- podman logout {{.REGISTRY}}
vars:
REGISTRY_PASS_VAR: GH_PAT
REGISTRY: ghcr.io
REGISTRY_USER: jswank
REGISTRY_PASS_VAR: '{{.GH_PAT | default .DOCKERHUB_PAT}}'
REGISTRY: '{{.REGISTRY | default "docker.io"}}'
REGISTRY_USER: '{{.REGISTRY_USER | default "jswank"}}'