Skip to content

Commit

Permalink
Build arbitration graphs base image using current repo state
Browse files Browse the repository at this point in the history
The ghcr version of the image might not represent the current state of
the library and possibly does not even exist for the version of a dev
branch.
  • Loading branch information
ll-nick committed Nov 14, 2024
1 parent 5ffeaf7 commit 3d38df2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
run: |
cat version >> $GITHUB_ENV
- name: Build and core library Docker image using current repo state
uses: docker/build-push-action@v6
with:
push: false
tags: |
ghcr.io/kit-mrt/arbitration_graphs:${{ env.VERSION }}
target: install

- name: Build core library unit test Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 3d38df2

Please sign in to comment.