We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1591408 commit ea8cf8bCopy full SHA for ea8cf8b
1 file changed
.github/workflows/build-push.yaml
@@ -47,13 +47,14 @@ jobs:
47
48
- name: Set up Docker Buildx
49
uses: docker/setup-buildx-action@v3
50
+ with:
51
+ platforms: "linux/amd64,linux/arm64"
52
53
- name: Build & Push Image
54
uses: docker/build-push-action@v6
55
with:
56
load: true
57
push: true
- platforms: "linux/amd64,linux/arm64"
58
tags: ${{ steps.login-ecr-public.outputs.registry }}/${{ vars.ECS_REGISTRY_ALIAS }}/${{ vars.ECS_REPOSITORY_NAME }}:${{ steps.extract_refs.outputs.tag }}
59
cache-from: type=local,src=/tmp/.buildx-cache
60
cache-to: type=local,dest=/tmp/.buildx-cache-new
0 commit comments