Skip to content

Commit

Permalink
Use generic docker tag for release tester image
Browse files Browse the repository at this point in the history
Based on @ll-nick review suggestion
  • Loading branch information
orzechow committed Nov 12, 2024
1 parent 8bdb541 commit 417ec26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,9 @@ jobs:
build-args: |
RELEASE_DOWNLOAD_URL=https://github.com/KIT-MRT/util_caching/releases/download/${{ needs.compute-version.outputs.new_tag }}
push: false
tags: |
ghcr.io/kit-mrt/util_caching_release_tests
tags: release_tester
target: release_test

- name: Run unit tests with/against released version
run: |
docker run --rm ghcr.io/kit-mrt/util_caching_release_tests
docker run --rm release_tester

0 comments on commit 417ec26

Please sign in to comment.