Skip to content

added workflows for all components #1

added workflows for all components

added workflows for all components #1

name: Build Docker image
on:
push:
branches-ignore:
- dc4eu-rome
- master
pull_request:
jobs:
push-acme:
permissions:
contents: read
packages: read
uses: ./.github/workflows/docker-build-push.yml
# secrets:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
image-tag: ghcr.io/gunet/wallet-enterprise-acme-verifier:latest
docker-push: true
dockerfile-path: ./wallet-enterprise-configurations/acme-verifier/Dockerfile