Skip to content

added secrets inherit #4

added secrets inherit

added secrets inherit #4

name: Build Docker image
on:
push:
branches-ignore:
- dc4eu-rome
pull_request:
jobs:
push-base:
# Permissions for GITHUB_TOKEN
permissions:
contents: read # To check out repo
packages: write # To read NPM registry
uses: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml@dc-workflow
secrets: inherit
with:
image-tag: ghcr.io/gunet/wallet-enterprise:base
docker-push: true
dockerfile-path: ./base.Dockerfile