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 3030 id : login-ecr
3131 uses : aws-actions/amazon-ecr-login@v2
3232
33- - uses : docker/setup-buildx-action@v2
33+ - uses : docker/setup-buildx-action@v3
3434 - name : Build and tag the Docker image
3535 env :
3636 REGISTRY : ${{ steps.login-ecr.outputs.registry }}
6868 id : login-ecr
6969 uses : aws-actions/amazon-ecr-login@v2
7070
71- - uses : docker/setup-buildx-action@v2
71+ - uses : docker/setup-buildx-action@v3
7272 - name : Build and tag the Docker image
7373 env :
7474 REGISTRY : ${{ steps.login-ecr.outputs.registry }}
Original file line number Diff line number Diff line change 8080 steps :
8181 - name : Checkout repo
8282 uses : actions/checkout@v4
83- - uses : docker/setup-buildx-action@v2
83+ - uses : docker/setup-buildx-action@v3
8484 - name : Build the Docker image
8585 uses : docker/build-push-action@v6
8686 with :
You can’t perform that action at this time.
0 commit comments