mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
set fetch-depth
This commit is contained in:
parent
2830b0b8b3
commit
a5fdc58003
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
|
|
@ -30,7 +30,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-tags: true
|
||||
fetch-depth: 0
|
||||
fetch-tags: 'true'
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue