Skip to content

Bump docker/setup-buildx-action from 2.5.0 to 3.7.0 #701

Bump docker/setup-buildx-action from 2.5.0 to 3.7.0

Bump docker/setup-buildx-action from 2.5.0 to 3.7.0 #701

Workflow file for this run

# Copyright 2023 Wayback Archiver. All rights reserved.
# Use of this source code is governed by the MIT
# license that can be found in the LICENSE file.
name: License
on:
push:
branches:
- '**'
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
pull_request:
branches:
- '**'
types: [ opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
permissions:
contents: read
jobs:
license:
# Disable license checker in current stage
if: false
name: License Checker
uses: wabarc/.github/.github/workflows/reusable-license.yml@main