Docker login

This commit is contained in:
Marc Campbell
2020-03-23 11:20:50 -07:00
parent b0c46c5ac8
commit 2775a6393e

View File

@@ -67,6 +67,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- uses: azure/docker-login@v1
with:
username: repldeploy2
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Unshallow
run: git fetch --prune --unshallow