Skip to content

extended the ecosystem.js to build images for prod environements #35

extended the ecosystem.js to build images for prod environements

extended the ecosystem.js to build images for prod environements #35

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