Skip to content

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #39

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #39

Workflow file for this run

name: Labeled
on:
pull_request:
types: [labeled]
permissions:
contents: read
jobs:
build-release:
if: ${{ github.event.label.name == 'publish-dev-test' }}
name: Build and Release
uses: ./.github/workflows/pre-release.yaml
secrets: inherit
permissions:
contents: write
packages: write
pull-requests: write