From 3d38df2ded9d76af9ae6717c5ce451f4e355b5fd Mon Sep 17 00:00:00 2001 From: Nick Le Large Date: Thu, 14 Nov 2024 13:46:09 +0100 Subject: [PATCH] Build arbitration graphs base image using current repo state 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. --- .github/workflows/run-unit-tests.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/run-unit-tests.yaml b/.github/workflows/run-unit-tests.yaml index 7932a8bd..a3850bb7 100644 --- a/.github/workflows/run-unit-tests.yaml +++ b/.github/workflows/run-unit-tests.yaml @@ -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: