Move additional base64 encoding of WebAuthn responses to backend #228
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
secrets: inherit | |
with: | |
image-tag: ghcr.io/wwwallet/wallet-backend-server:latest | |
docker-push: false | |
dockerfile-path: ./Dockerfile |