Skip to content

Merge branch 'bugfix/UTAPI-114/add_missing_lifecycle_ops' into q/7.70 #440

Merge branch 'bugfix/UTAPI-114/add_missing_lifecycle_ops' into q/7.70

Merge branch 'bugfix/UTAPI-114/add_missing_lifecycle_ops' into q/7.70 #440

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@v2
secrets:
REGISTRY_LOGIN: ${{ github.repository_owner }}
REGISTRY_PASSWORD: ${{ github.token }}
with:
namespace: ${{ github.repository_owner }}
name: ${{ github.event.repository.name }}