Skip to content

1.7.1

1.7.1 #54

Workflow file for this run

name: release
on:
release:
types: [published]
jobs:
docker:
uses: scality/workflows/.github/workflows/docker-build.yaml@v2
with:
name: runner-manager
namespace: scality
tag: ${{ github.ref_name }}
build-args: |
VERSION=${{ github.ref_name }}