File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
id : login-ecr
31
31
uses : aws-actions/amazon-ecr-login@v2
32
32
33
- - uses : docker/setup-buildx-action@v2
33
+ - uses : docker/setup-buildx-action@v3
34
34
- name : Build and tag the Docker image
35
35
env :
36
36
REGISTRY : ${{ steps.login-ecr.outputs.registry }}
68
68
id : login-ecr
69
69
uses : aws-actions/amazon-ecr-login@v2
70
70
71
- - uses : docker/setup-buildx-action@v2
71
+ - uses : docker/setup-buildx-action@v3
72
72
- name : Build and tag the Docker image
73
73
env :
74
74
REGISTRY : ${{ steps.login-ecr.outputs.registry }}
Original file line number Diff line number Diff line change 80
80
steps :
81
81
- name : Checkout repo
82
82
uses : actions/checkout@v4
83
- - uses : docker/setup-buildx-action@v2
83
+ - uses : docker/setup-buildx-action@v3
84
84
- name : Build the Docker image
85
85
uses : docker/build-push-action@v6
86
86
with :
You can’t perform that action at this time.
0 commit comments