We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8332f commit c1ecdc7Copy full SHA for c1ecdc7
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
context: .
31
push: true
32
tags: "kitware/cdash-worker:${{ github.ref_name }}"
33
- target: cdash
+ target: cdash-worker
34
cache-from: type=gha
35
cache-to: type=gha,mode=max
36
@@ -58,6 +58,6 @@ jobs:
58
59
60
tags: "kitware/cdash-worker:${{ github.ref_name }}-ubi"
61
62
63
0 commit comments