We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14ee9a commit be733d8Copy full SHA for be733d8
1 file changed
.github/workflows/build.yaml
@@ -130,3 +130,4 @@ jobs:
130
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 }}
131
context: ./
132
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
133
+ platforms: linux/amd64
0 commit comments