ci: up deploy actions version
Some checks failed
Deploy / CreateImage (push) Failing after 1m0s
Deploy / DeployService (push) Has been skipped

This commit is contained in:
skeris 2024-11-30 15:20:10 +03:00
parent 66b0f45a33
commit 76b0ddb1e1

@ -10,7 +10,7 @@ on:
jobs:
CreateImage:
runs-on: [hubstaging]
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
with:
runner: hubstaging
secrets:
@ -19,7 +19,7 @@ jobs:
DeployService:
runs-on: [hubstaging]
needs: CreateImage
uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.0.3
uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.3
with:
runner: hubstaging
actionid: ${{ gitea.run_id }}