Skip to content

Commit

Permalink
update computer-names to only galena in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chhsiao1981 committed Mar 22, 2024
1 parent 7f950b8 commit ad1ae56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
username: ${{ secrets.CHRISPROJECT_USERNAME }}
password: ${{ secrets.CHRISPROJECT_PASSWORD }}
chris_url: https://cube.chrisproject.org/api/v1/
compute_names: host,galena
compute_names: galena

- name: Update DockerHub description
if: steps.upload.outcome == 'success'
Expand All @@ -125,4 +125,4 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
short-description: ${{ steps.upload.outputs.title }}
readme-filepath: ./README.md
readme-filepath: ./README.md

0 comments on commit ad1ae56

Please sign in to comment.