Skip to content

Commit

Permalink
Test the new reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 4, 2024
1 parent b4757f3 commit b02a9c7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release-static-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ on:
branches:
- ekw/SRE-1005/release-static-libraries
tags:
- static-libraries*

env:
SERVICE_NAME: "static-libraries"
- static-libraries/*

jobs:
release-base-image:
# if: ${{ startsWith(github.ref_name, '${{env.SERVICE_NAME}}') }}
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@main
uses: concordium/.github/.github/workflows/docker-release-workflow.yaml@ekw/reusable-workflows/tag-format
with:
SERVICE_NAME: ${{env.SERVICE_NAME}}
SERVICE_NAME: "static-libraries"
BUILD_ARGS: |
ubuntu_version=20.04
rust_version=1.73.0
Expand Down

0 comments on commit b02a9c7

Please sign in to comment.