adds new Dockerfile in build.yaml
This commit is contained in:
parent
ea54b78881
commit
8a96844aef
1 changed files with 9 additions and 0 deletions
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
|
@ -37,3 +37,12 @@ jobs:
|
||||||
registry: 'forgejo.edf-bootstrap.cx.fg1.ffm.osc.live'
|
registry: 'forgejo.edf-bootstrap.cx.fg1.ffm.osc.live'
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
build-complete:
|
||||||
|
uses: DevFW-CICD/build/.github/workflows/build-docker.yml@main
|
||||||
|
with:
|
||||||
|
dockerfile: './Dockerfile'
|
||||||
|
context: './complete'
|
||||||
|
tag: 'forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/complete:latest'
|
||||||
|
registry: 'forgejo.edf-bootstrap.cx.fg1.ffm.osc.live'
|
||||||
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
Loading…
Reference in a new issue