Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
3e2eac7517
commit
f15c03ac6d
1 changed files with 3 additions and 7 deletions
10
.github/workflows/.github-ci.yaml
vendored
10
.github/workflows/.github-ci.yaml
vendored
|
@ -8,15 +8,11 @@ jobs:
|
||||||
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/kaniko:v1.23.2-2
|
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/pipeline-container/kaniko:v1.23.2-2
|
||||||
steps:
|
steps:
|
||||||
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
- name: Check out repository code
|
#- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
# checkout repository
|
# checkout repository
|
||||||
- name: build
|
- name: build
|
||||||
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/build/.github/workflows/build-docker.yml@main
|
uses: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/build/.github/workflows/build-docker.yml@main
|
||||||
with:
|
with:
|
||||||
dockerfile: './Dockerfile'
|
dockerfile: './Dockerfile'
|
||||||
context: '.'
|
|
||||||
tag: 'my-registry.com/my-app:latest'
|
|
||||||
registry: 'my-registry.com'
|
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
|
||||||
|
|
Loading…
Reference in a new issue