Skip to content

Commit ea8cf8b

Browse files
committed
ci: Wrong parameter location
1 parent 1591408 commit ea8cf8b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@ jobs:
4747

4848
- name: Set up Docker Buildx
4949
uses: docker/setup-buildx-action@v3
50+
with:
51+
platforms: "linux/amd64,linux/arm64"
5052

5153
- name: Build & Push Image
5254
uses: docker/build-push-action@v6
5355
with:
5456
load: true
5557
push: true
56-
platforms: "linux/amd64,linux/arm64"
5758
tags: ${{ steps.login-ecr-public.outputs.registry }}/${{ vars.ECS_REGISTRY_ALIAS }}/${{ vars.ECS_REPOSITORY_NAME }}:${{ steps.extract_refs.outputs.tag }}
5859
cache-from: type=local,src=/tmp/.buildx-cache
5960
cache-to: type=local,dest=/tmp/.buildx-cache-new

0 commit comments

Comments
 (0)