mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
github/workflows: add checkout
This commit is contained in:
parent
8bcc7e88f0
commit
f02beaf075
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue