File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,19 @@ jobs:
3434 fetch-depth : " 0"
3535
3636 - name : Set up QEMU
37- uses : docker/setup-qemu-action@v3
37+ uses : docker/setup-qemu-action@v4
3838 with :
3939 platforms : " arm64"
4040
4141 # Workaround: https://github.com/docker/build-push-action/issues/461
4242 - name : Setup Docker buildx
43- uses : docker/setup-buildx-action@v3
43+ uses : docker/setup-buildx-action@v4
4444
4545 # Login against a Docker registry except on PR
4646 # https://github.com/docker/login-action
4747 - name : Log into registry ${{ env.REGISTRY }}
4848 if : github.event_name != 'pull_request'
49- uses : docker/login-action@v3
49+ uses : docker/login-action@v4
5050 with :
5151 registry : ${{ env.REGISTRY }}
5252 username : ${{ github.actor }}
5656 # https://github.com/docker/metadata-action
5757 - name : Extract Docker metadata
5858 id : meta
59- uses : docker/metadata-action@v5
59+ uses : docker/metadata-action@v6
6060 with :
6161 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6262
6969 # https://github.com/docker/build-push-action
7070 - name : Build and push Docker image
7171 id : build-and-push
72- uses : docker/build-push-action@v6
72+ uses : docker/build-push-action@v7
7373 with :
7474 context : .
7575 file : docker/Dockerfile
You can’t perform that action at this time.
0 commit comments