Fix fetching tags in github workflows
The actions/checkout step has some bugs: https://github.com/actions/checkout/issues/1467 Change-Id: I6bd88433425657081c2033b55bf01587979983df
This commit is contained in:
1
.github/workflows/docker-release.yml
vendored
1
.github/workflows/docker-release.yml
vendored
@@ -25,7 +25,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 100
|
||||
fetch-tags: true
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
Reference in New Issue
Block a user