Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

ci(github-action)!: Update docker/build-push-action action to v4 #74

ci(github-action)!: Update docker/build-push-action action to v4

ci(github-action)!: Update docker/build-push-action action to v4 #74

Workflow file for this run

---
name: "Pull Request: Validate"
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.head_ref }}-pr-validate
cancel-in-progress: true
jobs:
images-build:
uses: bjw-s/pmb/.github/workflows/action-image-build.yaml@main
with:
pushImages: "false"
version: "${{ github.sha }}"
secrets: inherit