Skip to content

chore(deps): update docker/build-push-action action to v7.1.0 #609

chore(deps): update docker/build-push-action action to v7.1.0

chore(deps): update docker/build-push-action action to v7.1.0 #609

Workflow file for this run

name: pr
concurrency: ${{ github.workflow }}/${{ github.ref }}
on:
- pull_request
permissions:
contents: read
jobs:
build:
if: github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id
uses: ./.github/workflows/build.yml
with:
push: false
release:
if: github.event.pull_request.base.repo.node_id != github.event.pull_request.head.repo.node_id
uses: ./.github/workflows/release.yml
with:
dry-run: true