Skip to content

Commit 71b679b

Browse files
authored
Merge pull request #457 from docker/fetch-tags-when-releasing
Fetch tags so a released binary does not use a date
2 parents 4f750e5 + d6d5ab8 commit 71b679b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ jobs:
249249

250250
steps:
251251
- uses: actions/checkout@v4
252+
with:
253+
fetch-tags: true
252254

253255
- uses: actions/setup-go@v5
254256
with:

0 commit comments

Comments
 (0)