Skip to content

Use scrypt instead of sha256 to hash password #28

Use scrypt instead of sha256 to hash password

Use scrypt instead of sha256 to hash password #28

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: gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml@npmrc-template

Check failure on line 17 in .github/workflows/docker-image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-image.yml

Invalid workflow file

error parsing called workflow ".github/workflows/docker-image.yml" -> "gunet/wallet-ecosystem/.github/workflows/docker-build-push.yml@npmrc-template" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
image-tag: ghcr.io/gunet/wallet-backend:latest
docker-push: false