Skip to content

Commit

Permalink
Merge pull request #5 from chhsiao1981/ci
Browse files Browse the repository at this point in the history
update computer-names to only galena in ci
  • Loading branch information
chhsiao1981 authored Mar 22, 2024
2 parents 7f950b8 + ad1ae56 commit 7e52d26
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 7e52d26

Please sign in to comment.