Skip to content

push also latest image on push of dc4eu-rome branch #1

push also latest image on push of dc4eu-rome branch

push also latest image on push of dc4eu-rome branch #1

name: Push Docker image
on:
push:
branches:
- dc4eu-rome
jobs:
push-acme:
permissions:
contents: read
packages: write
uses: ./.github/workflows/docker-build-push.yml
secrets: inherit
with:
image-tag: ghcr.io/gunet/wallet-enterprise-acme-verifier:latest
docker-push: true
dockerfile-path: ./wallet-enterprise-configurations/acme-verifier/Dockerfile