Skip to content

Commit

Permalink
Fix UBI images for release tags (#2217)
Browse files Browse the repository at this point in the history
These were accidentally not getting built by GitHub Actions
  • Loading branch information
zackgalbreath authored May 22, 2024
1 parent c73044c commit d247d95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
push: true
tags: "kitware/cdash:${{ github.ref_name }}-ubi"
target: cdash
build-args: |
BASE_IMAGE=ubi
cache-from: type=gha
cache-to: type=gha,mode=max
- uses: docker/build-push-action@v5
Expand All @@ -59,5 +61,7 @@ jobs:
push: true
tags: "kitware/cdash-worker:${{ github.ref_name }}-ubi"
target: cdash-worker
build-args: |
BASE_IMAGE=ubi
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit d247d95

Please sign in to comment.