We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e18f35 commit 6122be8Copy full SHA for 6122be8
1 file changed
.github/workflows/build-push.yaml
@@ -53,9 +53,9 @@ jobs:
53
with:
54
load: true
55
push: true
56
- platform:
57
- - linux/amd64
58
- - linux/arm64
+ platforms:
+ - "linux/amd64"
+ - "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