Skip to content

Automate production of CAPI VM images #1

Automate production of CAPI VM images

Automate production of CAPI VM images #1

name: Build CAPI image builder
on:
push:
branches:
- main
pull_request:
env:
TAG: ${{ github.ref_name }}
IMAGE_NAME: image-builder
REGISTRY: ghcr.io/elastisys
jobs:
build-image-builder:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: run make docker-build
run: make docker-build
- name: run make docker-push
run: make docker-push