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 2929 submodules : recursive
3030
3131 - name : Log into registry ${{ env.REGISTRY }}
32- uses : docker/login-action@v3
32+ uses : docker/login-action@v4
3333 with :
3434 registry : ${{ env.REGISTRY }}
3535 username : ${{ github.actor }}
@@ -40,18 +40,18 @@ jobs:
4040
4141 - name : Extract Docker metadata
4242 id : meta
43- uses : docker/metadata-action@v5
43+ uses : docker/metadata-action@v6
4444 with :
4545 images : ${{ env.REGISTRY }}/${{ github.repository_owner }}/central-${{ matrix.image }}
4646
4747 - name : Set up QEMU emulator for multi-arch images
48- uses : docker/setup-qemu-action@v3
48+ uses : docker/setup-qemu-action@v4
4949
5050 - name : Set up Docker Buildx
51- uses : docker/setup-buildx-action@v3
51+ uses : docker/setup-buildx-action@v4
5252
5353 - name : Build and push ${{ matrix.image }} Docker image
54- uses : docker/build-push-action@v5
54+ uses : docker/build-push-action@v7
5555 with :
5656 file : ${{ matrix.image }}.dockerfile
5757 context : .
You can’t perform that action at this time.
0 commit comments