From 8a96844aefabef7a4ae0703618a2237eceb54864 Mon Sep 17 00:00:00 2001 From: "franz.germann1" Date: Mon, 9 Dec 2024 11:50:10 +0100 Subject: [PATCH] adds new Dockerfile in build.yaml --- .github/workflows/build.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 21d7b63..c6b36f1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,3 +37,12 @@ jobs: registry: 'forgejo.edf-bootstrap.cx.fg1.ffm.osc.live' username: ${{ secrets.REGISTRY_USERNAME }} 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 }}