Skip to content

release/docker: Apply version to Engine and CLI too #224

release/docker: Apply version to Engine and CLI too

release/docker: Apply version to Engine and CLI too #224

Workflow file for this run

name: build-agent
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- 'main'
- 'agent/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-agent.yml'
- 'hack/scripts/**'
- 'pkg/agent/**'
- 'docker-bake.hcl'
pull_request:
branches:
- 'main'
- 'agent/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-agent.yml'
- 'hack/scripts/**'
- 'pkg/agent/**'
- 'docker-bake.hcl'
jobs:
run:
uses: ./.github/workflows/.build.yml
permissions:
contents: read
id-token: write
with:
name: agent