Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
9084cdc0c9
commit
1e773c0025
1 changed files with 8 additions and 3 deletions
11
.github/workflows/.github-ci.yaml
vendored
11
.github/workflows/.github-ci.yaml
vendored
|
|
@ -10,13 +10,18 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Docker meta
|
||||
uses: docker/metadata-action@v5
|
||||
id: meta
|
||||
with:
|
||||
images: richardrobertreitz/fibonacci_go
|
||||
|
||||
- name: Build
|
||||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||
with:
|
||||
cache: true
|
||||
cache_repo: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go/cache
|
||||
credentials: |
|
||||
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live=${{ secrets.PACKAGES_USER }}:${{ secrets.PACKAGES_TOKEN }}
|
||||
destinations: |
|
||||
forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/fibonacci_go:1.2.3
|
||||
${{ steps.meta.outputs.tags }}
|
||||
# push: ${{ github.event_name != 'pull_request' }}
|
||||
push: 'true'
|
||||
|
|
|
|||
Reference in a new issue