Merge pull request #88 from fluxcd/build/org-secrets

Use Docker organization secrets in build
This commit is contained in:
Hidde Beydals 2020-07-14 07:48:14 +02:00 committed by GitHub
commit 5616c2f950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/source-controller
tag_with_ref: true
- name: Create release