Skip to content

feat: sd-jwt presentation #182

feat: sd-jwt presentation

feat: sd-jwt presentation #182

Workflow file for this run

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