Skip to content

Bump docker/metadata-action from 5.8.0 to 5.9.0 #320

Bump docker/metadata-action from 5.8.0 to 5.9.0

Bump docker/metadata-action from 5.8.0 to 5.9.0 #320

Workflow file for this run

# Copyright the Hyperledger Fabric contributors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: Pull request
on:
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
scan:
uses: ./.github/workflows/scan.yml
pull-request:
needs: test
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: "true"