Skip to content

Commit 80fc538

Browse files
authored
Upgrade docker workflow actions versions (#526)
1 parent bd76446 commit 80fc538

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)