what happens if image is not set?
Some checks failed
/ build (push) Failing after 0s
/ deploy (push) Has been skipped

This commit is contained in:
Hornwitser 2025-05-19 15:15:43 +02:00
parent 0168896b74
commit ed6e66d77f

View file

@ -6,8 +6,6 @@ env:
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
container:
image: forge.hornwitser.no/public/builder:r2025.5.2
steps: steps:
- -
name: Authenticate with registry name: Authenticate with registry
@ -40,8 +38,6 @@ jobs:
deploy: deploy:
needs: build needs: build
runs-on: docker runs-on: docker
container:
image: forge.hornwitser.no/public/builder:r2025.5.2
steps: steps:
- -
name: Check info name: Check info