CI: Further reworking of workflows

This commit is contained in:
Quentin McGaw
2021-01-06 04:22:56 +00:00
parent 69713f34b2
commit 4a85f3660c
6 changed files with 60 additions and 66 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2.4.1
uses: peter-evans/dockerhub-description@v2
with:
username: qmcgaw
password: ${{ secrets.DOCKERHUB_PASSWORD }}