Skip to content

added workflows for every wallet enterprise instance and push on new release #2

added workflows for every wallet enterprise instance and push on new release

added workflows for every wallet enterprise instance and push on new release #2

name: Build Docker image
on:
push:
branches-ignore:
- master
pull_request:
jobs:
build-diploma:
permissions:
contents: read
packages: read
uses: ./.github/workflows/docker-build-push.yml
secrets: inherit
with:
image-tag: ghcr.io/wwwallet/wallet-enterprise-diploma-issuer:latest
docker-push: false
dockerfile-path: ./wallet-enterprise-configurations/diploma-issuer/Dockerfile