Skip to content

Commit 5aa57c9

Browse files
committed
Fix CLI docker builder
1 parent 25fb635 commit 5aa57c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/docker-publish-cli-multiarch-release-custom.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
steps:
1818
- name: checkout code
1919
uses: actions/checkout@v4
20-
with:
21-
fetch-depth: 0
22-
- run: git checkout tags/${{ github.event.inputs.tagname }}
2320
- name: install buildx
2421
id: buildx
2522
uses: crazy-max/ghaction-docker-buildx@v1

0 commit comments

Comments
 (0)