test build
This commit is contained in:
parent
399a4d2ca5
commit
ce5f33894b
1 changed files with 6 additions and 6 deletions
|
@ -1,22 +1,22 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- test
|
||||
env:
|
||||
REGISTRY: forgejo.sbox.hornwitser.no
|
||||
REGISTRY_IMAGE: forgejo.sbox.hornwitser.no/furnavia/schedule-demo
|
||||
REGISTRY: forge.hornwitser.no
|
||||
REGISTRY_IMAGE: forge.hornwitser.no/furnavia/schedule-demo
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: forgejo.sbox.hornwitser.no/furnavia/builder:latest
|
||||
image: forge.hornwitser.no/furnavia/builder:test
|
||||
steps:
|
||||
-
|
||||
name: Authenticate
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
username: runner
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
registry: ${{ env.REGISTRY }}
|
||||
-
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
runs-on: docker
|
||||
needs: build
|
||||
container:
|
||||
image: forgejo.sbox.hornwitser.no/furnavia/builder:latest
|
||||
image: forge.hornwitser.no/furnavia/builder:test
|
||||
steps:
|
||||
-
|
||||
name: Check info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue