Skip to content

build dev image from nodesvc #180

build dev image from nodesvc

build dev image from nodesvc #180

Workflow file for this run

name: build-dev-image
on:
push:
branches-ignore:
- 'development/**'
jobs:
build-dev:
uses: scality/workflows/.github/workflows/docker-build.yaml@v1
secrets: inherit
with:
registry: registry.scality.com
namespace: utapi-dev
name: utapi
file: images/nodesvc-base/Dockerfile
tag: nodesvc-${{ github.sha }}