Skip to content

Merge pull request #36 from wwWallet/selection-vc #42

Merge pull request #36 from wwWallet/selection-vc

Merge pull request #36 from wwWallet/selection-vc #42

Workflow file for this run

name: Build and push Docker image
on:
push:
branches:
- master
jobs:
build:
# Permissions for GITHUB_TOKEN
permissions:
contents: read # To check out repo
packages: write # To read NPM registry and push Docker image
uses: wwwallet/wallet-ecosystem/.github/workflows/docker-build-push.yml@master
with:
image-tag: ghcr.io/wwwallet/wallet-enterprise:latest
docker-push: true