Skip to content

Commit a64d4b9

Browse files
authored
Update main.yml
1 parent 1120f3d commit a64d4b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Login to DockerHub
2929
uses: docker/login-action@v1
3030
with:
31-
username: ${{ secrets.DOCKERHUB_USERNAME }}
32-
password: ${{ secrets.DOCKERHUB_TOKEN }}
31+
username: kubevip
32+
password: ${{ secrets.DOCKERHUB_KUBEVIP_TOKEN }}
3333

3434
- name: Build and push main branch
3535
uses: docker/build-push-action@v2
@@ -40,4 +40,4 @@ jobs:
4040
tags: ${{ steps.prep.outputs.tags }}
4141

4242
- name: Image digest
43-
run: echo ${{ steps.docker_build.outputs.digest }}
43+
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)