Skip to content

Commit ffbac1c

Browse files
Update docker-image_release.yml
1 parent b9ccf39 commit ffbac1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-image_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
id: read2burn # The step ID to refer to later.
2929

3030
- name: Checkout the latest tag if exists
31-
run: |
32-
git fetch --all --tags --prune
33-
git checkout tags/${{ steps.read2burn.outputs.tag }}
31+
run: git checkout tags/${{ steps.read2burn.outputs.tag }}
3432

3533
- name: Get the commit ID
3634
id: get_commit

0 commit comments

Comments
 (0)