Skip to content

Commit

Permalink
Configure Docker auth in release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 21, 2020
1 parent c09ae61 commit 5a880f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
- name: Build
env:
APPSCODE_ENV: prod
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
USERNAME: 1gtm
run: |
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
make release
- name: Release
Expand Down

0 comments on commit 5a880f9

Please sign in to comment.