Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
7cf2426f64
commit
dfcace404e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/.github-ci.yaml
vendored
2
.github/workflows/.github-ci.yaml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build Docker Container
|
- name: Build Docker Container
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
KO_DOCKER_REPO="forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go" ko build --bare ./cmd
|
KO_DOCKER_REPO="forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go" ko build --bare ./cmd
|
||||||
|
|
||||||
- name: Vulnerability Scanning
|
- name: Vulnerability Scanning
|
||||||
|
|
Loading…
Reference in a new issue