Skip to content

Commit

Permalink
Publish to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 20, 2024
1 parent a1440e5 commit 6f6bbdc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
run: |
pytest tests/
- name: Login to GitHub Container Registry
- name: Login to DockerHub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}


- name: Extract branch name
shell: bash
Expand All @@ -53,4 +53,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/downscaled-climate-data:${{ env.BRANCH_NAME }}
tags: ncsa/downscaled-climate-data:${{ env.BRANCH_NAME }}

0 comments on commit 6f6bbdc

Please sign in to comment.