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 36
36
REGISTRY : ${{ steps.login-ecr.outputs.registry }}
37
37
REPOSITORY : bors
38
38
IMAGE_TAG : latest
39
- uses : docker/build-push-action@v4
39
+ uses : docker/build-push-action@v6
40
40
with :
41
41
context : .
42
42
tags : ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
74
74
REGISTRY : ${{ steps.login-ecr.outputs.registry }}
75
75
REPOSITORY : bors
76
76
IMAGE_TAG : latest
77
- uses : docker/build-push-action@v4
77
+ uses : docker/build-push-action@v6
78
78
with :
79
79
context : .
80
80
tags : ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
Original file line number Diff line number Diff line change 82
82
uses : actions/checkout@v4
83
83
- uses : docker/setup-buildx-action@v2
84
84
- name : Build the Docker image
85
- uses : docker/build-push-action@v4
85
+ uses : docker/build-push-action@v6
86
86
with :
87
87
context : .
88
88
cache-from : type=gha
You can’t perform that action at this time.
0 commit comments