Skip to content

Commit 5a8bc92

Browse files
committed
Fix for failing to check out the latest tag
1 parent 0b9bd3a commit 5a8bc92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
- name: Install git
2828
run: |
29-
apt-get update
30-
apt-get install -y git
29+
apk update
30+
apk add git
3131
3232
- name: Get latest tag
3333
id: tag

0 commit comments

Comments
 (0)