up validate config action
Some checks failed
Deploy / CreateImage (push) Successful in 2m8s
Deploy / ValidateConfig (push) Failing after 1m52s
Deploy / DeployService (push) Has been skipped

This commit is contained in:
skeris 2025-04-19 00:58:27 +03:00
parent 8ed2561de5
commit 348c4a9917
2 changed files with 2 additions and 2 deletions

@ -17,7 +17,7 @@ jobs:
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
ValidateConfig: ValidateConfig:
runs-on: [squizstaging] runs-on: [squizstaging]
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/validate_config.yml@main uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/validate_config.yml@v1.2.1
needs: CreateImage needs: CreateImage
with: with:
runner: hubstaging runner: hubstaging

@ -1,5 +1,5 @@
services: services:
storervalidate: validator:
tty: true tty: true
command: ./validator command: ./validator
image: gitea.pena/squiz/storer/main:$GITHUB_RUN_NUMBER image: gitea.pena/squiz/storer/main:$GITHUB_RUN_NUMBER