Skip to content

chore(deps): bump the github-actions group with 4 updates #8

chore(deps): bump the github-actions group with 4 updates

chore(deps): bump the github-actions group with 4 updates #8

Workflow file for this run

name: PR Validation Build
on:
pull_request:
paths:
- 'Dockerfile'
- 'docker-compose.yml'
- '.github/workflows/**'
concurrency:
group: pr-check-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- name: Build Docker image (amd64 only, no push)
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
push: false
platforms: linux/amd64
cache-from: |
type=gha
type=registry,ref=ghcr.io/${{ github.repository_owner }}/cuprate-docker:buildcache-amd64
cache-to: type=gha,mode=max