Skip to content

chore(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 #65

chore(deps): bump docker/build-push-action from 6.11.0 to 6.12.0

chore(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 #65

name: Build Dependabot PR
on:
pull_request:
jobs:
dependabot:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build (linux/amd64)
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
with:
platforms: linux/amd64
push: false
context: .