Skip to content

Commit

Permalink
Fix Docker Hub credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jul 1, 2020
1 parent 627737f commit 77e8248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Push image
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKER_FLUXCD_USER }}
password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
repository: fluxcd/notification-controller
tag_with_ref: true
- name: Create release
Expand Down

0 comments on commit 77e8248

Please sign in to comment.