Skip to content

Commit

Permalink
chore: fix docker username
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Oct 17, 2024
1 parent 634538b commit 6918ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: docker.io
username: neherlab-bot
username: ${{ secrets.NEHERLAB_BOT_DOCKERHUB_USERNAME }}
password: ${{ secrets.NEHERLAB_BOT_DOCKERHUB_TOKEN }}

- name: "Get docker build checksum"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: docker.io
username: neherlab-bot
username: ${{ secrets.NEHERLAB_BOT_DOCKERHUB_USERNAME }}
password: ${{ secrets.NEHERLAB_BOT_DOCKERHUB_TOKEN }}

- name: "Build docker image (${{ matrix.arch }})"
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: docker.io
username: neherlab-bot
username: ${{ secrets.NEHERLAB_BOT_DOCKERHUB_USERNAME }}
password: ${{ secrets.NEHERLAB_BOT_DOCKERHUB_TOKEN }}

- name: "Build and publish Docker container images to Docker Hub"
Expand Down

0 comments on commit 6918ea4

Please sign in to comment.