Skip to content

bump hadron v0.0.4 (#3988) #403

bump hadron v0.0.4 (#3988)

bump hadron v0.0.4 (#3988) #403

Workflow file for this run

name: 'Build AMD64 images (Master)'
on:
push:
branches:
- master
permissions:
contents: write
security-events: write
id-token: write
actions: read
concurrency:
group: ci-amd64-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
build:
name: ${{ matrix.base_image }}
uses: kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@583ec0586948b7b8e7692f6db22e902b373d48f3 # v0.0.13
secrets:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}
with:
auroraboot_version: "v0.19.1"
dockerfile_path: "images/Dockerfile"
base_image: ${{ matrix.base_image }}
model: "generic"
arch: "amd64"
version: "auto"
iso: true
grype: true
registry_domain: "quay.io"
registry_namespace: "kairos"
registry_repository: "ci-temp-images"
custom_tag_format: "$FLAVOR-$FLAVOR_RELEASE-$VARIANT-$ARCH-$MODEL-$COMMIT_SHA"
custom_artifact_format: "kairos-$FLAVOR-$FLAVOR_RELEASE-$VARIANT-$ARCH-$MODEL"
image_labels: "quay.expires-after=2w"
summary_artifacts: true
kubernetes_distro: ${{ matrix.kubernetes_distro }}
strategy:
fail-fast: false
matrix:
base_image:
- "ghcr.io/kairos-io/hadron:v0.0.4"
kubernetes_distro:
- ""
- "k3s"