We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57e9a3 commit 0226158Copy full SHA for 0226158
.github/workflows/build_and_push_image.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ "master" ]
8
9
env:
10
- IMAGE_NAME: relistenapi # <‑‑ repo/image name in the registry
+ IMAGE_NAME: relistennet/relistenapi # <‑‑ repo/image name in the registry
11
REGISTRY: 100.97.22.118:32000
12
TAG: latest
13
@@ -43,3 +43,10 @@ jobs:
43
platforms: linux/amd64 # x86_64
44
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
45
push: true
46
+
47
+ - uses: actions-hub/kubectl@master
48
+ env:
49
+ KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
50
+ with:
51
+ args: rollout restart deployment relistenapi
52
0 commit comments