Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thebsdbox authored Oct 17, 2021
1 parent 1120f3d commit a64d4b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: kubevip
password: ${{ secrets.DOCKERHUB_KUBEVIP_TOKEN }}

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

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

0 comments on commit a64d4b9

Please sign in to comment.