Skip to content

Commit

Permalink
fix(build): update docker user & pw to gh actions release image (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: AmitKumarDas <[email protected]>
  • Loading branch information
Amit Kumar Das authored May 23, 2020
1 parent a83621c commit 9818369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Deploy docker image
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DNAME }}
password: ${{ secrets.DPASS }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: mayadataio/dope
tag_with_ref: true
add_git_labels: true

0 comments on commit 9818369

Please sign in to comment.