We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdb541 commit 417ec26Copy full SHA for 417ec26
.github/workflows/bump-version-and-create-release.yaml
@@ -107,10 +107,9 @@ jobs:
107
build-args: |
108
RELEASE_DOWNLOAD_URL=https://github.com/KIT-MRT/util_caching/releases/download/${{ needs.compute-version.outputs.new_tag }}
109
push: false
110
- tags: |
111
- ghcr.io/kit-mrt/util_caching_release_tests
+ tags: release_tester
112
target: release_test
113
114
- name: Run unit tests with/against released version
115
run: |
116
- docker run --rm ghcr.io/kit-mrt/util_caching_release_tests
+ docker run --rm release_tester
0 commit comments