Update .gitea/workflows/build-and-publish.yaml
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 11s

This commit is contained in:
2026-03-30 10:26:58 +00:00
parent 7eece59dcc
commit f97691234b

View File

@@ -33,4 +33,4 @@ jobs:
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: patch deployment arche-webserver -p '{"spec":{"template":{"spec":{"containers":[{"name":"webserver","image":git.gractwo.pl/gractwo/arche:${{env.short_sha}}}]}}}}'
args: patch deployment arche-webserver -p '{"spec":{"template":{"spec":{"containers":[{"name":"webserver","image":"git.gractwo.pl/gractwo/arche:${{env.short_sha}}"}]}}}}'