added gitea workflow
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
name: Base Runner
|
||||
on: [push]
|
||||
|
||||
env:
|
||||
DEBIAN_VERSION: stable-20260824
|
||||
|
||||
jobs:
|
||||
Containerd-Build:
|
||||
runs-on: containerd
|
||||
steps:
|
||||
- uses: https://git.inteligr8.com/inteligr8/git-actions/checkout@stable
|
||||
- id: containerd_build
|
||||
uses: ./.gitea/actions/containerd-build
|
||||
with:
|
||||
image_name: base-runner
|
||||
build_opts: --build-arg DEBIAN_VERSION=${{ env.DEBIAN_VERSION }}
|
||||
Containerd-Push-Sha:
|
||||
runs-on: containerd
|
||||
needs: Containerd-Build
|
||||
steps:
|
||||
- uses: https://git.inteligr8.com/inteligr8/git-actions/checkout@stable
|
||||
- id: containerd_push_sha
|
||||
uses: ./.gitea/actions/containerd-push
|
||||
with:
|
||||
image_name: base-runner
|
||||
Containerd-Push-Ref:
|
||||
runs-on: containerd
|
||||
needs: Containerd-Build
|
||||
steps:
|
||||
- uses: https://git.inteligr8.com/inteligr8/git-actions/checkout@stable
|
||||
- id: containerd_push_ref
|
||||
uses: ./.gitea/actions/containerd-push
|
||||
with:
|
||||
image_name: base-runner
|
||||
target_image_tag: ${{ gitea.ref_name }}
|
||||
Reference in New Issue
Block a user