Skip to content

Commit ba36f92

Browse files
authored
fix: remove extra -gnu suffic in static build images (#1472)
1 parent d3589f9 commit ba36f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
*.cache-from=type=gha,scope=${{ needs.prepare.outputs.ref || github.ref }}-static-builder-gnu
222222
*.cache-from=type=gha,scope=refs/heads/main-static-builder-gnu
223223
*.cache-to=type=gha,scope=${{ needs.prepare.outputs.ref || github.ref }}-static-builder-gnu,ignore-error=true
224-
${{ fromJson(needs.prepare.outputs.push) && format('*.output=type=image,name={0}-gnu,push-by-digest=true,name-canonical=true,push=true', env.IMAGE_NAME) || '' }}
224+
${{ fromJson(needs.prepare.outputs.push) && format('*.output=type=image,name={0},push-by-digest=true,name-canonical=true,push=true', env.IMAGE_NAME) || '' }}
225225
env:
226226
SHA: ${{ github.sha }}
227227
VERSION: ${{ (github.ref_type == 'tag' && github.ref_name) || needs.prepare.outputs.ref || 'dev' }}
@@ -355,7 +355,7 @@ jobs:
355355
with:
356356
go-version: "1.24"
357357
cache-dependency-path: |
358-
go.sum
358+
go.sum
359359
caddy/go.sum
360360
- name: Set FRANKENPHP_VERSION
361361
run: |

0 commit comments

Comments
 (0)