--
Some checks failed
Deploy / DeployService (push) Successful in 21s
Deploy / CreateImage (push) Has been cancelled

This commit is contained in:
skeris 2025-06-18 00:22:34 +03:00
parent c486780fea
commit 93f469f786
2 changed files with 4 additions and 4 deletions

@ -8,16 +8,16 @@ on:
jobs:
CreateImage:
runs-on: [hubstaging]
runs-on: [skeris]
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.6-p
with:
runner: hubstaging
runner: skeris
secrets:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
DeployService:
runs-on: [frontprod]
needs: CreateImage
#needs: CreateImage
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7
with:
runner: hubprod

@ -3,6 +3,6 @@ services:
container_name: hub
restart: unless-stopped
hostname: hub
image: gitea.pena/penaside/front-hub/main:$GITHUB_RUN_NUMBER
image: gitea.pena/penaside/front-hub/main:1118
tty: true