1
0
Fork 0
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:
Jason N. 2024-03-12 12:07:28 -04:00
parent 2830b0b8b3
commit a5fdc58003

View file

@ -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