Skip to content

Commit f7f10d0

Browse files
committed
Fix for failing to check out the latest tag
1 parent e6df164 commit f7f10d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push-apptainer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
apk update
2727
apk add git
28+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
2829
2930
- name: Get latest tag
3031
id: tag

0 commit comments

Comments
 (0)