From 620514abdfcb61a4a4d56f1eed24c5b2ad63d40c Mon Sep 17 00:00:00 2001 From: skeris Date: Tue, 10 Dec 2024 22:07:08 +0300 Subject: [PATCH] update workflows --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 621c870..01b76af 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ on: jobs: CreateImage: runs-on: [apimetrics] - uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.0.1 + uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.4-p7 with: runner: apimetrics secrets: @@ -19,6 +19,6 @@ jobs: DeployService: runs-on: [apimetrics] needs: CreateImage - uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.0.1 + uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7 with: runner: apimetrics