Skip to content

Commit c457ee2

Browse files
ci(workflow): update the dockerhub credentials in ga workflow
1 parent c975318 commit c457ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Login to DockerHub
2525
uses: docker/login-action@v3
2626
with:
27-
username: dropletbot
27+
username: drop@instill-ai.com
2828
password: ${{ secrets.botDockerHubPassword }}
2929

3030
- name: Build and push (latest)

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Login to Docker Hub
7373
uses: docker/login-action@v3
7474
with:
75-
username: drop@instill.tech
75+
username: drop@instill-ai.com
7676
password: ${{ secrets.BOTDOCKERHUBPASSWORD }}
7777

7878
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)