Skip to content

Merge remote-tracking branch 'origin/dc4eu-rome' into clean-login-inputs #73

Merge remote-tracking branch 'origin/dc4eu-rome' into clean-login-inputs

Merge remote-tracking branch 'origin/dc4eu-rome' into clean-login-inputs #73

name: Build Docker image
on:
push:
branches-ignore:
- master
- dc4eu-rome
pull_request:
jobs:
build-base:
# Permissions for GITHUB_TOKEN
permissions:
contents: read # To check out repo
packages: read # To read NPM registry
uses: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml@dc4eu-rome
secrets: inherit
with:
image-tag: ghcr.io/gunet/wallet-enterprise:base
docker-push: false
dockerfile-path: ./base.Dockerfile