Skip to content

Commit 6122be8

Browse files
committed
ci: fix typo
1 parent 6e18f35 commit 6122be8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
with:
5454
load: true
5555
push: true
56-
platform:
57-
- linux/amd64
58-
- linux/arm64
56+
platforms:
57+
- "linux/amd64"
58+
- "linux/arm64"
5959
tags: ${{ steps.login-ecr-public.outputs.registry }}/${{ vars.ECS_REGISTRY_ALIAS }}/${{ vars.ECS_REPOSITORY_NAME }}:${{ steps.extract_refs.outputs.tag }}
6060
cache-from: type=local,src=/tmp/.buildx-cache
6161
cache-to: type=local,dest=/tmp/.buildx-cache-new

0 commit comments

Comments
 (0)