add checkout

This commit is contained in:
Bengt Giger 2020-12-13 19:42:57 +01:00
parent c1b8ea60ee
commit 048b048096

View file

@ -43,6 +43,8 @@ jobs:
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Checkout repository
uses: actions/checkout@v2
- -
name: Download a single artifact name: Download a single artifact
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2