Skip to content

⬆️ [ GitHub Actions ] (deps): Bump docker/build-push-action from 6.18.0 to 6.19.2 in the github-actions group #37

⬆️ [ GitHub Actions ] (deps): Bump docker/build-push-action from 6.18.0 to 6.19.2 in the github-actions group

⬆️ [ GitHub Actions ] (deps): Bump docker/build-push-action from 6.18.0 to 6.19.2 in the github-actions group #37

Workflow file for this run

name: Build Check
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-check:
name: Build Check
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image (validation only)
uses: docker/build-push-action@v6.19.2
with:
context: .
push: false
tags: ghcr.io/${{ github.repository }}:pr-check
cache-from: type=gha,scope=image
cache-to: type=gha,mode=max,scope=image