github/workflows: add checkout

This commit is contained in:
ohdearaugustin 2021-08-20 19:45:01 +02:00
parent 8bcc7e88f0
commit f02beaf075

View file

@ -34,6 +34,11 @@ jobs:
docker-release:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Docker meta
id: meta