Update .gitea/workflows/build-and-publish.yaml
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 11s
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 11s
This commit is contained in:
@@ -33,4 +33,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
||||||
with:
|
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}}"}]}}}}'
|
||||||
|
|||||||
Reference in New Issue
Block a user