File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,24 +38,24 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242
4343 - name : Set up QEMU
44- uses : docker/setup-qemu-action@v3
44+ uses : docker/setup-qemu-action@v4
4545
4646 - name : Set up Docker Buildx
47- uses : docker/setup-buildx-action@v3
47+ uses : docker/setup-buildx-action@v4
4848
4949 - name : Log in to GHCR
50- uses : docker/login-action@v3
50+ uses : docker/login-action@v4
5151 with :
5252 registry : ${{ env.REGISTRY }}
5353 username : ${{ github.actor }}
5454 password : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : Extract image metadata
5757 id : meta
58- uses : docker/metadata-action@v5
58+ uses : docker/metadata-action@v6
5959 with :
6060 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6161 flavor : |
7272 org.opencontainers.image.revision=${{ github.sha }}
7373
7474 - name : Build and push image
75- uses : docker/build-push-action@v6
75+ uses : docker/build-push-action@v7
7676 with :
7777 context : .
7878 file : ${{ matrix.variant.dockerfile }}
You can’t perform that action at this time.
0 commit comments