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:
|
||||
build:
|
||||
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@5e558b2b237c75566a9a3e63a6b89963f4237905
|
||||
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@478763d87d871b212ddf11d0fa8ba1d22ccf67b5
|
||||
|
||||
secrets: inherit
|
||||
with:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user