Skip to content

Commit

Permalink
Update build-docker.yml
Browse files Browse the repository at this point in the history
incorrect Docker Hub namespace
  • Loading branch information
crashfrog authored Nov 24, 2024
1 parent 6d5d2c2 commit 3c22b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
VERSION=${{ github.ref_name }}
CSP2_BRANCH=${{ github.ref_name }}
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/csp2:latest,${{ secrets.DOCKERHUB_USERNAME }}/csp2:${{ github.ref_name }}
tags: cfsanbiostatistics/csp2:latest,cfsanbiostatistics/csp2:${{ github.ref_name }}

0 comments on commit 3c22b0f

Please sign in to comment.