Skip to content

Commit e8ebbfd

Browse files
committed
chore(ci): Specify ref with fetch-tags to work around actions/checkout#1467
1 parent 0317e6c commit e8ebbfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 200
3030
fetch-tags: true
31+
ref: ${{ github.ref }}
3132
- uses: prefix-dev/[email protected]
3233
with:
3334
pixi-version: v0.55.0
@@ -45,6 +46,7 @@ jobs:
4546
with:
4647
fetch-depth: 200
4748
fetch-tags: true
49+
ref: ${{ github.ref }}
4850

4951
- name: Setup Docker buildx
5052
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)