Skip to content

chore: fetch k8s tools from alpine images (#2109) #3847

chore: fetch k8s tools from alpine images (#2109)

chore: fetch k8s tools from alpine images (#2109) #3847

name: build-packages and image
on:
push:
branches:
- main
pull_request:
paths:
- ".github/**"
- "build/**"
- "Dockerfiles/**"
- ".goreleaser.yml"
- "**/Cargo.toml" # Also run it when dependencies change
permissions:
contents: read
jobs:
build-packages:
name: Build packages
uses: ./.github/workflows/component_packages.yml
with:
skip_sign: true
pre-release: false
tag_name: 0.100.${{ github.run_id }}
build-image:
name: Build image
uses: ./.github/workflows/component_image.yml
with:
image-tag: 0.100.0
ac-version: 0.100.0
push: false
secrets: inherit