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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- test
|
||||||
env:
|
env:
|
||||||
REGISTRY: forgejo.sbox.hornwitser.no
|
REGISTRY: forge.hornwitser.no
|
||||||
REGISTRY_IMAGE: forgejo.sbox.hornwitser.no/furnavia/schedule-demo
|
REGISTRY_IMAGE: forge.hornwitser.no/furnavia/schedule-demo
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: forgejo.sbox.hornwitser.no/furnavia/builder:latest
|
image: forge.hornwitser.no/furnavia/builder:test
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Authenticate
|
name: Authenticate
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: runner
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
-
|
-
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
needs: build
|
needs: build
|
||||||
container:
|
container:
|
||||||
image: forgejo.sbox.hornwitser.no/furnavia/builder:latest
|
image: forge.hornwitser.no/furnavia/builder:test
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Check info
|
name: Check info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue