File tree Expand file tree Collapse file tree 2 files changed +74
-73
lines changed Expand file tree Collapse file tree 2 files changed +74
-73
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
39394040
4141 - name : Setup Docker buildx
42- uses : docker/setup-buildx-action@v3.4.0
42+ uses : docker/setup-buildx-action@v3.6.1
4343
4444 # Login against a Docker registry except on PR
4545 # https://github.com/docker/login-action
4646 - name : Log into registry ${{ env.REGISTRY }}
47- uses : docker/login-action@v3.2 .0
47+ uses : docker/login-action@v3.3 .0
4848 with :
4949 registry : ${{ env.REGISTRY }}
5050 username : ${{ github.actor }}
5454 # https://github.com/docker/build-push-action
5555 - name : Build test image
5656 id : build-test
57- uses : docker/build-push-action@v6.3 .0
57+ uses : docker/build-push-action@v6.5 .0
5858 with :
5959 context : .
6060 load : true
8686 # https://github.com/docker/build-push-action
8787 - name : Build and push production image
8888 id : build-and-push
89- uses : docker/build-push-action@v6.3 .0
89+ uses : docker/build-push-action@v6.5 .0
9090 with :
9191 context : .
9292 target : http_app
You can’t perform that action at this time.
0 commit comments