Skip to content

Provide parameter for image registy when using the build-images directive #88

Provide parameter for image registy when using the build-images directive

Provide parameter for image registy when using the build-images directive #88

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