Skip to content

Commit

Permalink
fix platforms param for image build
Browse files Browse the repository at this point in the history
  • Loading branch information
arnidan committed Oct 24, 2022
1 parent 66e5a34 commit aef7a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
context: .
push: true
tags: ${{ steps.prepare.outputs.image }}
platform: platform=linux/arm64,linux/amd64
platforms: platform=linux/arm64,linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit aef7a62

Please sign in to comment.