Skip to content
on:
push:
tags:
- identity-provider-service/*
jobs:
release-identity-provider-service:
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@main

Check failure on line 8 in .github/workflows/release-identity-provider-service.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-identity-provider-service.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/release-identity-provider-service.yaml (Line: 8, Col: 11): Input DOCKER_FILE_PATH is required, but not provided while calling. .github/workflows/release-identity-provider-service.yaml (Line: 13, Col: 20): Invalid input, DOCKER_FILE is not defined in the referenced workflow.
with:
SERVICE_NAME: "identity-provider-service"
BUILD_ARGS: |
base_image_tag=rust1.73-ghc9.6.4
DOCKER_FILE: scripts/identity-provider-service.Dockerfile
CARGO_FILE_PATH: identity-provider-service/Cargo.toml
secrets: inherit