--
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: jobs:
CreateImage: CreateImage:
runs-on: [hubstaging] runs-on: [skeris]
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.6-p uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.6-p
with: with:
runner: hubstaging runner: skeris
secrets: secrets:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }} REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
DeployService: DeployService:
runs-on: [frontprod] runs-on: [frontprod]
needs: CreateImage #needs: CreateImage
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7 uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/deploy.yml@v1.1.4-p7
with: with:
runner: hubprod runner: hubprod

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