Skip to content

github-actions(deps): bump dependabot/fetch-metadata from 1 to 2 (#561) #1502

github-actions(deps): bump dependabot/fetch-metadata from 1 to 2 (#561)

github-actions(deps): bump dependabot/fetch-metadata from 1 to 2 (#561) #1502

Workflow file for this run

name: Docker build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
docker-build:
permissions:
contents: read
packages: write
uses: scality/workflows/.github/workflows/docker-build.yaml@v2
with:
name: runner-manager
namespace: ${{ github.repository_owner }}
tag: ${{ github.ref_name == 'main' && 'latest' || github.sha }}