Skip to content

Commit d6f21c2

Browse files
fix
1 parent 514ee21 commit d6f21c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
context: .
7272
# platforms: linux/amd64, linux/arm64
73-
platforms: linux/{{ matrix.arch == 'arm64' && 'arm64' || 'amd64' }}
73+
platforms: linux/${{ matrix.arch == 'arm64' && 'arm64' || 'amd64' }}
7474
build-args: TARGET=server
7575
push: ${{ needs.meta.outputs.push_enabled == 'true' }}
7676
tags: ubercadence/server:${{ needs.meta.outputs.image_tag }}

0 commit comments

Comments
 (0)