Skip to content

github-actions(deps): bump scality/workflows from 1 to 2 #1341

github-actions(deps): bump scality/workflows from 1 to 2

github-actions(deps): bump scality/workflows from 1 to 2 #1341

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: scality
tag: ${{ github.ref_name == 'main' && 'latest' || github.sha }}