Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thebsdbox authored Feb 28, 2022
1 parent f235994 commit 713c4c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,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: Login to Github Packages
uses: docker/login-action@v1
with:
Expand All @@ -38,4 +38,4 @@ jobs:
ghcr.io/kube-vip/kube-vip-cloud-provider:${{ github.ref_name }},
ghcr.io/kube-vip/kube-vip-cloud-provider:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 713c4c2

Please sign in to comment.