Fix Docker Hub credentials

This commit is contained in:
stefanprodan 2020-07-01 18:32:52 +03:00
parent 627737fdef
commit 77e824818b
1 changed files with 2 additions and 2 deletions

View File

@ -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