fix: Digest replacement
All checks were successful
Build and deploy / build (push) Successful in 11m12s
All checks were successful
Build and deploy / build (push) Successful in 11m12s
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@5e558b2b237c75566a9a3e63a6b89963f4237905
|
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@478763d87d871b212ddf11d0fa8ba1d22ccf67b5
|
||||||
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
securityContext: {}
|
securityContext: {}
|
||||||
containers:
|
containers:
|
||||||
- name: lldap-controller
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user