From 497b381f0a6fce5b8915070da2b92407bd590456 Mon Sep 17 00:00:00 2001 From: YkeLit Date: Fri, 18 Aug 2023 16:43:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20workflow=20?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-k8s.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-k8s.yaml b/.github/workflows/deploy-k8s.yaml index 6468fc2..e4c2508 100644 --- a/.github/workflows/deploy-k8s.yaml +++ b/.github/workflows/deploy-k8s.yaml @@ -1,6 +1,9 @@ name: Deploy to k8s on: + registry_package: + action: + - published workflow_dispatch: jobs: @@ -10,6 +13,6 @@ jobs: - name: deploy frontend application uses: byzanteam/jet-actions/deploy-frontend-application@main with: - image_tag: "0.0.11" + image_tag: "0.0.13" private_key: ${{ secrets.DEPLOYMENT_RUNNER_PRIVATE_KEY }} namespace: test