Skip to content

workflows

workflows #3

Workflow file for this run

name: Build Docker image
on:
push:
branches-ignore:
- master # Covered by docker-push.yml
- dc4eu-rome
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@dc4eu-rome
secrets: inherit
with:
image-tag: ghcr.io/gunet/wallet-backend-server:latest
docker-push: false
dockerfile-path: ./Dockerfile

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

View workflow run for this annotation

GitHub Actions / Build Docker image

Invalid workflow file

The workflow is not valid. .github/workflows/docker-image.yml (Line: 23, Col: 24): Invalid input, dockerfile-path is not defined in the referenced workflow.