Skip to content

Commit

Permalink
Fix cdash-worker Docker images for release tags (#2209)
Browse files Browse the repository at this point in the history
We were accidentally pushing cdash webservice images instead of
cdash-worker images.
  • Loading branch information
zackgalbreath committed May 17, 2024
1 parent 4e8332f commit c1ecdc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
context: .
push: true
tags: "kitware/cdash-worker:${{ github.ref_name }}"
target: cdash
target: cdash-worker
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down Expand Up @@ -58,6 +58,6 @@ jobs:
context: .
push: true
tags: "kitware/cdash-worker:${{ github.ref_name }}-ubi"
target: cdash
target: cdash-worker
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit c1ecdc7

Please sign in to comment.