We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8cf8b commit 8ab25bbCopy full SHA for 8ab25bb
1 file changed
.github/workflows/build-push.yaml
@@ -16,6 +16,9 @@ jobs:
16
with:
17
fetch-depth: 1
18
19
+ - name: Set up QEMU
20
+ uses: docker/setup-qemu-action@v3
21
+
22
- name: Set up Docker Buildx
23
uses: docker/setup-buildx-action@v3
24
@@ -45,15 +48,10 @@ jobs:
45
48
46
49
registry-type: public
47
50
- - name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v3
- with:
51
- platforms: "linux/amd64,linux/arm64"
52
-
53
- name: Build & Push Image
54
uses: docker/build-push-action@v6
55
56
- load: true
+ platforms: linux/amd64,linux/arm64
57
push: true
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
0 commit comments