File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 submodules : recursive
2828
2929 - name : Log into registry ${{ env.REGISTRY }}
30- uses : docker/login-action@v4
30+ uses : docker/login-action@v3
3131 with :
3232 registry : ${{ env.REGISTRY }}
3333 username : ${{ github.actor }}
@@ -38,18 +38,18 @@ jobs:
3838
3939 - name : Extract Docker metadata
4040 id : meta
41- uses : docker/metadata-action@v6
41+ uses : docker/metadata-action@v5
4242 with :
4343 images : ${{ env.REGISTRY }}/${{ github.repository_owner }}/central-${{ matrix.image }}
4444
4545 - name : Set up QEMU emulator for multi-arch images
46- uses : docker/setup-qemu-action@v4
46+ uses : docker/setup-qemu-action@v3
4747
4848 - name : Set up Docker Buildx
49- uses : docker/setup-buildx-action@v4
49+ uses : docker/setup-buildx-action@v3
5050
5151 - name : Build and push ${{ matrix.image }} Docker image
52- uses : docker/build-push-action@v7
52+ uses : docker/build-push-action@v5
5353 with :
5454 file : ${{ matrix.image }}.dockerfile
5555 context : .
You can’t perform that action at this time.
0 commit comments