File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 password : ${{ secrets.GITHUB_TOKEN }}
3535
3636 - name : Docker Build & Push
37- uses : docker/build-push-action@v5
37+ uses : docker/build-push-action@v6
38+ env :
39+ DOCKER_BUILD_NO_SUMMARY : true
3840 with :
3941 context : .
4042 file : docker/base.Dockerfile
Original file line number Diff line number Diff line change 3535 password : ${{ secrets.GITHUB_TOKEN }}
3636
3737 - name : Docker Build & Push
38- uses : docker/build-push-action@v5
38+ uses : docker/build-push-action@v6
39+ env :
40+ DOCKER_BUILD_NO_SUMMARY : true
3941 with :
4042 context : .
4143 file : dev/celery/Dockerfile
Original file line number Diff line number Diff line change 3737 password : ${{ secrets.GITHUB_TOKEN }}
3838
3939 - name : Docker Build & Push
40- uses : docker/build-push-action@v5
40+ uses : docker/build-push-action@v6
41+ env :
42+ DOCKER_BUILD_NO_SUMMARY : true
4143 with :
4244 context : .
4345 file : dev/mq/Dockerfile
Original file line number Diff line number Diff line change @@ -240,7 +240,9 @@ jobs:
240240 password : ${{ secrets.GITHUB_TOKEN }}
241241
242242 - name : Build Release Docker Image
243- uses : docker/build-push-action@v5
243+ uses : docker/build-push-action@v6
244+ env :
245+ DOCKER_BUILD_NO_SUMMARY : true
244246 with :
245247 context : .
246248 file : dev/build/Dockerfile
Original file line number Diff line number Diff line change 3939 password : ${{ secrets.GITHUB_TOKEN }}
4040
4141 - name : Docker Build & Push
42- uses : docker/build-push-action@v5
42+ uses : docker/build-push-action@v6
43+ env :
44+ DOCKER_BUILD_NO_SUMMARY : true
4345 with :
4446 context : .
4547 file : dev/shared-assets-sync/Dockerfile
You can’t perform that action at this time.
0 commit comments