Skip to content
Prev Previous commit
Next Next commit
Update username
  • Loading branch information
kabilar committed Dec 11, 2024
commit 88544673e8f998173204070f746c013f18c625af
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USERNAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Set up QEMU
@@ -45,4 +45,4 @@ jobs:
file: ${{ matrix.dockerfile }}
push: true
tags: |
${{ vars.DOCKER_USERNAME }}/dandihub:latest-${{ matrix.name }}
${{ secrets.DOCKER_USERNAME }}/dandihub:latest-${{ matrix.name }}