Skip to content

Commit

Permalink
fix(ci): specify docker platform (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Mar 30, 2023
1 parent e14ee9a commit be733d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.branch_info.outputs.branch_name }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.branch_info.outputs.branch_name }}-${{ steps.branch_info.outputs.short_sha }}
context: ./
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
platforms: linux/amd64

0 comments on commit be733d8

Please sign in to comment.