Skip to content

Commit 5a880f9

Browse files
committed
Configure Docker auth in release pipeline
Signed-off-by: Tamal Saha <[email protected]>
1 parent c09ae61 commit 5a880f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
- name: Build
3434
env:
3535
APPSCODE_ENV: prod
36+
DOCKER_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
37+
USERNAME: 1gtm
3638
run: |
39+
docker login --username ${USERNAME} --password ${DOCKER_TOKEN}
3740
make release
3841
3942
- name: Release

0 commit comments

Comments
 (0)