From ad1ae56ba5c522a4ebfc56522e85e54060ab9803 Mon Sep 17 00:00:00 2001 From: Chuan-Heng Hsiao Date: Fri, 22 Mar 2024 09:29:51 -0400 Subject: [PATCH] update computer-names to only galena in ci --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e99947..7838f85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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' @@ -125,4 +125,4 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} short-description: ${{ steps.upload.outputs.title }} - readme-filepath: ./README.md \ No newline at end of file + readme-filepath: ./README.md