Skip to content

build(deps): bump actions/download-artifact from 6 to 7 #569

build(deps): bump actions/download-artifact from 6 to 7

build(deps): bump actions/download-artifact from 6 to 7 #569

name: build-credential-helpers
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- 'main'
- 'credential-helpers/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-credential-helpers.yml'
- 'hack/scripts/**'
- 'pkg/credential-helpers/**'
- 'docker-bake.hcl'
pull_request:
branches:
- 'main'
- 'credential-helpers/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-credential-helpers.yml'
- 'hack/scripts/**'
- 'pkg/credential-helpers/**'
- 'docker-bake.hcl'
jobs:
run:
uses: ./.github/workflows/.build.yml
with:
name: credential-helpers
secrets: inherit