Update .gitea/workflows/build-and-publish.yaml
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 9s

This commit is contained in:
2026-03-30 10:25:43 +00:00
parent ce163b19cb
commit 7eece59dcc

View File

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