diff --git a/.github/workflows/bump-version-and-create-release.yaml b/.github/workflows/bump-version-and-create-release.yaml index 6b8743a..8a0ba1c 100644 --- a/.github/workflows/bump-version-and-create-release.yaml +++ b/.github/workflows/bump-version-and-create-release.yaml @@ -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 \ No newline at end of file + docker run --rm release_tester \ No newline at end of file