Skip to content

Commit 0226158

Browse files
authored
Update build_and_push_image.yml
1 parent d57e9a3 commit 0226158

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build_and_push_image.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "master" ]
88

99
env:
10-
IMAGE_NAME: relistenapi # <‑‑ repo/image name in the registry
10+
IMAGE_NAME: relistennet/relistenapi # <‑‑ repo/image name in the registry
1111
REGISTRY: 100.97.22.118:32000
1212
TAG: latest
1313

@@ -43,3 +43,10 @@ jobs:
4343
platforms: linux/amd64 # x86_64
4444
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
4545
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

Comments
 (0)