Skip to content

Commit d9ac809

Browse files
committed
Try new fix for #113
Try the workaround decribed here: actions/checkout#1467 (comment)
1 parent 303d8d7 commit d9ac809

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/reusable-docker-publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4
25-
26-
- name: Fetch tags
27-
# Needed because of actions/checkout#1467
28-
run: |
29-
git fetch --tags --force
25+
with:
26+
fetch-tags: true
27+
ref: ${{ github.ref }}
3028

3129
- name: Set up Docker Buildx
3230
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)