Skip to content

Commit 2775a63

Browse files
committed
Docker login
1 parent b0c46c5 commit 2775a63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
- name: Checkout
6868
uses: actions/checkout@v2
6969

70+
- uses: azure/docker-login@v1
71+
with:
72+
username: repldeploy2
73+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
74+
7075
- name: Unshallow
7176
run: git fetch --prune --unshallow
7277

0 commit comments

Comments
 (0)