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 @@ -15,21 +15,21 @@ jobs:
1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up QEMU
18- uses : docker/setup-qemu-action@v2
18+ uses : docker/setup-qemu-action@v3
1919 - name : Set up Docker Buildx
20- uses : docker/setup-buildx-action@v2
20+ uses : docker/setup-buildx-action@v3
2121 - name : Log in to GHCR
22- uses : docker/login-action@v1
22+ uses : docker/login-action@v3
2323 with :
2424 registry : ghcr.io
2525 username : ${{ github.actor }}
2626 password : ${{ secrets.GITHUB_TOKEN }}
2727 - id : meta
28- uses : docker/metadata-action@v4
28+ uses : docker/metadata-action@v5
2929 with :
3030 images : ghcr.io/fwcd/kotlin-language-server
3131 - name : Build and push image
32- uses : docker/build-push-action@v4
32+ uses : docker/build-push-action@v5
3333 with :
3434 context : .
3535 platforms : linux/amd64,linux/arm64/v8
You can’t perform that action at this time.
0 commit comments