Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 1, 2024
1 parent 8c17887 commit efbeab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-static-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
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-workflow-fix
with:
SERVICE_NAME: "static-libraries"
BUILD_ARGS: |
Expand Down
7 changes: 4 additions & 3 deletions docker/static-libraries.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
ARG ubuntu_version

FROM ubuntu:${ubuntu_version}

ARG rust_version
ARG ghc_version
ARG stack_version
ARG protoc_version
ARG ubuntu_version

FROM ubuntu:$ubuntu_version

ENV RUST_VERSION=$rust_version
ENV GHC_VERSION=$ghc_version
Expand Down

0 comments on commit efbeab3

Please sign in to comment.