fibonacci_pipeline_buildx/.github/workflows/.github-ci.yaml

22 lines
586 B
YAML

name: ci-workflow
on: [push]
jobs:
ci:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: https://codeberg.org/umglurf/kaniko-action@main
with:
cache: true
cache_repo: gitea.runner.c-one-infra.de/giteaadmin/rtest/cache
credentials: |
gitea.runner.c-one-infra.de=${{ secrets.PACKAGES_USER }}:${{ secrets.PACKAGES_TOKEN }}
destinations: |
gitea.runner.c-one-infra.de/giteaadmin/rtest:latest
push: 'true'