Skip to content

trunk fmt dependabot.yaml file #1628

trunk fmt dependabot.yaml file

trunk fmt dependabot.yaml file #1628

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 }}