We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c975318 commit c457ee2Copy full SHA for c457ee2
.github/workflows/images.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Login to DockerHub
25
uses: docker/login-action@v3
26
with:
27
- username: dropletbot
+ username: drop@instill-ai.com
28
password: ${{ secrets.botDockerHubPassword }}
29
30
- name: Build and push (latest)
.github/workflows/integration-test.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Login to Docker Hub
73
74
75
- username: drop@instill.tech
76
password: ${{ secrets.BOTDOCKERHUBPASSWORD }}
77
78
- name: Set up Docker Buildx
0 commit comments