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