We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2028a10 commit 80e8f98Copy full SHA for 80e8f98
.github/workflows/publish.yml
@@ -75,9 +75,10 @@ jobs:
75
steps:
76
- name: Set RELEASE_TAG
77
run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
78
+ - run: git config --global --add safe.directory $PWD
79
- uses: actions/checkout@v4
80
with:
- fetch-depth: '0'
81
+ fetch-depth: 0
82
- uses: actions/setup-go@v5
83
84
go-version: 1.23.x
@@ -112,9 +113,10 @@ jobs:
112
113
statuses: write
114
115
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
116
117
118
119
120
- name: Set up QEMU
121
uses: docker/setup-qemu-action@v3
122
- name: Set up Docker Buildx
0 commit comments