File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 REGISTRY : ${{ steps.login-ecr.outputs.registry }}
3737 REPOSITORY : bors
3838 IMAGE_TAG : latest
39- uses : docker/build-push-action@v4
39+ uses : docker/build-push-action@v6
4040 with :
4141 context : .
4242 tags : ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
7474 REGISTRY : ${{ steps.login-ecr.outputs.registry }}
7575 REPOSITORY : bors
7676 IMAGE_TAG : latest
77- uses : docker/build-push-action@v4
77+ uses : docker/build-push-action@v6
7878 with :
7979 context : .
8080 tags : ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
Original file line number Diff line number Diff line change 8282 uses : actions/checkout@v4
8383 - uses : docker/setup-buildx-action@v2
8484 - name : Build the Docker image
85- uses : docker/build-push-action@v4
85+ uses : docker/build-push-action@v6
8686 with :
8787 context : .
8888 cache-from : type=gha
You can’t perform that action at this time.
0 commit comments