Update .github/workflows/.github-ci.yaml

This commit is contained in:
richardrobertreitz 2025-02-06 18:21:04 +00:00
parent 9084cdc0c9
commit 1e773c0025

View file

@ -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'