From ca6db8943f7da07f8d158a9af5b1983cebe0a8b9 Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Fri, 8 Nov 2024 12:42:29 -0600 Subject: [PATCH] Fixup hyphens for image name --- .github/workflows/report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index c58da48..9bf5526 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -25,7 +25,7 @@ jobs: context: . file: images/Dockerfile.dandihub_report_generator push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/dandihub_report_generator:latest + tags: ${{ secrets.DOCKERHUB_USERNAME }}/dandihub-report-generator:latest # - name: Configure AWS credentials # uses: aws-actions/configure-aws-credentials@v3