Update .gitea/workflows/build-and-publish.yaml
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 10s
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 10s
This commit is contained in:
@@ -30,4 +30,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
|
||||||
with:
|
with:
|
||||||
args: patch statefulset -p '{"spec":{"template":{"spec":{"containers":[{"name":"mnemosyne","image":"git.gractwo.pl/gractwo/mnemosyne::${{env.short_sha}}"}]}}}}'
|
args: patch statefulset -n cytaty mnemosyne -p '{"spec":{"template":{"spec":{"containers":[{"name":"mnemosyne","image":"git.gractwo.pl/gractwo/mnemosyne::${{env.short_sha}}"}]}}}}'
|
||||||
Reference in New Issue
Block a user