Skip to content

added workflows and provided a way to pass variables on run-time #2

added workflows and provided a way to pass variables on run-time

added workflows and provided a way to pass variables on run-time #2

Workflow file for this run

name: Build Docker image
on:
push:
branches-ignore:
- master
pull_request:
jobs:
build-front:
permissions:
contents: read
packages: read
uses: wwwallet/wallet-ecosystem/.github/workflows/docker-build-push.yml@master
secrets: inherit
with:
image-tag: ghcr.io/wwwallet/wallet-frontend:latest
docker-push: false
dockerfile-path: ./Dockerfile

Check failure on line 19 in .github/workflows/docker-build.yml

View workflow run for this annotation

GitHub Actions / Build Docker image

Invalid workflow file

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