Skip to content

Build images for new runner version 2.312.0 (#31) #27

Build images for new runner version 2.312.0 (#31)

Build images for new runner version 2.312.0 (#31) #27

Workflow file for this run

name: branch
on:
push:
branches:
- main
permissions:
id-token: write
contents: read
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
upload_artifacts: true
secrets: inherit