fix: Digest replacement
All checks were successful
Build and deploy / build (push) Successful in 11m12s

This commit is contained in:
2025-12-21 19:48:56 +01:00
parent 0b330eee4b
commit 8014c0576d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@5e558b2b237c75566a9a3e63a6b89963f4237905
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@478763d87d871b212ddf11d0fa8ba1d22ccf67b5
secrets: inherit
with:

View File

@@ -21,7 +21,7 @@ spec:
securityContext: {}
containers:
- name: lldap-controller
image: git.huizinga.dev/dreaded_x/lldap-controller@${DIGEST}
image: git.huizinga.dev/dreaded_x/lldap-controller@{{ index .images "lldap-controller" }}
imagePullPolicy: IfNotPresent
securityContext: {}
resources: