Skip to content

Merge pull request #144 from nirmata/cve-fix-1.10-1 #441

Merge pull request #144 from nirmata/cve-fix-1.10-1

Merge pull request #144 from nirmata/cve-fix-1.10-1 #441

Workflow file for this run

name: Build images
on:
push:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build-images:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Setup build env
uses: ./.github/actions/setup-build-env
with:
build-cache-key: build-images
- name: ko build
run: VERSION=${{ github.ref_name }} make ko-build-all