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:
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up QEMU
18
- uses : docker/setup-qemu-action@v2
18
+ uses : docker/setup-qemu-action@v3
19
19
- name : Set up Docker Buildx
20
- uses : docker/setup-buildx-action@v2
20
+ uses : docker/setup-buildx-action@v3
21
21
- name : Log in to GHCR
22
- uses : docker/login-action@v1
22
+ uses : docker/login-action@v3
23
23
with :
24
24
registry : ghcr.io
25
25
username : ${{ github.actor }}
26
26
password : ${{ secrets.GITHUB_TOKEN }}
27
27
- id : meta
28
- uses : docker/metadata-action@v4
28
+ uses : docker/metadata-action@v5
29
29
with :
30
30
images : ghcr.io/fwcd/kotlin-language-server
31
31
- name : Build and push image
32
- uses : docker/build-push-action@v4
32
+ uses : docker/build-push-action@v5
33
33
with :
34
34
context : .
35
35
platforms : linux/amd64,linux/arm64/v8
You can’t perform that action at this time.
0 commit comments