Skip to content

Commit c1ecdc7

Browse files
Fix cdash-worker Docker images for release tags (#2209)
We were accidentally pushing cdash webservice images instead of cdash-worker images.
1 parent 4e8332f commit c1ecdc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
context: .
3131
push: true
3232
tags: "kitware/cdash-worker:${{ github.ref_name }}"
33-
target: cdash
33+
target: cdash-worker
3434
cache-from: type=gha
3535
cache-to: type=gha,mode=max
3636

@@ -58,6 +58,6 @@ jobs:
5858
context: .
5959
push: true
6060
tags: "kitware/cdash-worker:${{ github.ref_name }}-ubi"
61-
target: cdash
61+
target: cdash-worker
6262
cache-from: type=gha
6363
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)