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 - name: Push image
uses: docker/build-push-action@v1 uses: docker/build-push-action@v1
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_FLUXCD_USER }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
repository: fluxcd/notification-controller repository: fluxcd/notification-controller
tag_with_ref: true tag_with_ref: true
- name: Create release - name: Create release