Skip to content

Update mikefarah/yq Docker tag to v4.35.2 #70

Update mikefarah/yq Docker tag to v4.35.2

Update mikefarah/yq Docker tag to v4.35.2 #70

Workflow file for this run

name: ci
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-images:
uses: ./.github/workflows/build-and-publish-images.yml
with:
build_type: pull-request
secrets: inherit