File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ jobs:
3838 uses : docker/build-push-action@v3
3939 with :
4040 context : .
41+ platforms : linux/amd64
4142 push : true
4243 tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
43- cache-from : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
44- cache-to : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest ,mode=max
44+ cache-from : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
45+ cache-to : type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache ,mode=max
4546 - name : Notify the top-level 'deploy' project that an image was pushed
4647 uses : aurelien-baudet/workflow-dispatch@v2.1.1
4748 with :
You can’t perform that action at this time.
0 commit comments