Update main.yml
This commit is contained in:
parent
044563d253
commit
36f2b6dd1e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v1
|
||||
|
|
Loading…
Reference in a new issue