Skip to content

Add github action

Add github action #1

Workflow file for this run

name: E2E node images
on:
pull_request:
branches: [main]
paths-ignore:
- '**/*.md'
- 'docs/**'
- '.gitignore'
- 'hack/*.sh'
- 'LICENSE'
- 'SECURITY_CONTACTS'
- 'OWNERS'
permissions: {}
jobs:
build:
name: Build and upload node images
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build images
run: make -C osimages -j2 ACCELERATOR=none \
osimage-flatcar-1.27.2 \
osimage-flatcar-1.28.2 \
osimage-ubuntu-2204-1.28.2 \
osimage-ubuntu-2204-1.27.2
- name: Upload images
uses: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:latest
run: make -C osimages osimage-upload