Skip to content

Commit e0ec116

Browse files
committed
chore(ci): fix dockerhub login
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent bd68d12 commit e0ec116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Login to Docker Hub
2525
uses: docker/login-action@v2
2626
with:
27-
username: cloudstruct
27+
username: blinklabs
2828
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
2929
- name: Login to GHCR
3030
uses: docker/login-action@v2
@@ -57,7 +57,7 @@ jobs:
5757
- name: Docker Hub Description
5858
uses: peter-evans/dockerhub-description@v3
5959
with:
60-
username: cloudstruct
60+
username: blinklabs
6161
password: ${{ secrets.DOCKER_PASSWORD }}
6262
repository: ${{ env.IMAGE_NAME }}
6363
readme-filepath: ./README.md

0 commit comments

Comments
 (0)