test deploy
All checks were successful
/ build (push) Successful in 1m15s
/ deploy (push) Successful in 18s

This commit is contained in:
Hornwitser 2025-05-19 17:51:26 +02:00
parent 15d8485d86
commit d5c4821c2b
2 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,6 @@ env:
jobs:
build:
runs-on: docker
if: false
container:
image: forge.hornwitser.no/public/builder:r2025.5.2
steps:
@ -42,7 +41,7 @@ jobs:
DEPLOY_IMAGE: ${{ steps.info.outputs.DEPLOY_IMAGE }}
DEPLOY_BRANCH: ${{ steps.info.outputs.DEPLOY_BRANCH }}
deploy:
#needs: build
needs: build
runs-on: docker
container:
image: forge.hornwitser.no/public/builder:r2025.5.2