File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,15 +170,15 @@ jobs:
170170 with :
171171 fetch-depth : 0
172172
173- - name : Mark workspace safe for git
174- run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
175-
176173 - name : Log in to GHCR
177174 run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
178175
179176 - name : Set up Docker Buildx
180177 uses : ./.github/actions/setup-buildx
181178
179+ - name : Mark workspace safe for git
180+ run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
181+
182182 - name : Sync Python dependencies
183183 run : uv sync
184184
Original file line number Diff line number Diff line change @@ -192,15 +192,15 @@ jobs:
192192 ref : ${{ inputs.tag || github.ref }}
193193 fetch-depth : 0
194194
195- - name : Mark workspace safe for git
196- run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
197-
198195 - name : Log in to GHCR
199196 run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
200197
201198 - name : Set up Docker Buildx
202199 uses : ./.github/actions/setup-buildx
203200
201+ - name : Mark workspace safe for git
202+ run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
203+
204204 - name : Sync Python dependencies
205205 run : uv sync
206206
You can’t perform that action at this time.
0 commit comments