Skip to content

Use shared workflow on master branch #25

Use shared workflow on master branch

Use shared workflow on master branch #25

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

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

invalid value workflow reference: no version specified
with:
image-tag: ghcr.io/gunet/wallet-backend:latest
docker-push: false