Update .gitea/workflows/build-and-publish.yaml

This commit is contained in:
2026-04-09 11:39:02 +00:00
parent a5180e4ee9
commit ac37058d9f

View File

@@ -26,3 +26,8 @@ jobs:
password: ${{secrets.TOKEN2}}
- name: publish
run: docker push git.gractwo.pl/gractwo/mnemosyne:${{env.short_sha}}
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: patch statefulset -p '{"spec":{"template":{"spec":{"containers":[{"name":"mnemosyne","image":"git.gractwo.pl/gractwo/mnemosyne::${{env.short_sha}}"}]}}}}'