Skip to content
on:
push:
branches:
- ekw/SRE-1005/release-static-libraries
tags:
- static-libraries-*
jobs:
release-base-image:
# if: ${{ startsWith(github.ref_name, '${{env.SERVICE_NAME}}') }}
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@ekw/reusable-workflow-fix

Check failure on line 13 in .github/workflows/release-static-libraries.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-static-libraries.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release-static-libraries.yaml" -> "concordium/.github/.github/workflows/docker-release-workflow.yaml@ekw/reusable-workflow-fix" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
SERVICE_NAME: "static-libraries"
BUILD_ARGS: |
ubuntu_version=20.04
rust_version=1.73.0
ghc_version=9.6.4
stack_version=2.13.1
protoc_version=3.15.3
DOCKER_FILE: docker/static-libraries.Dockerfile
VERSION: "1.2.3"
secrets: inherit