Skip to content

Commit 2220a1a

Browse files
committed
Fix build-push-action version
1 parent 12d59ff commit 2220a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
images: fwcd/kotlin-language-server
3131
- name: Build and push image
32-
uses: docker/build-push-action@v1
32+
uses: docker/build-push-action@v4
3333
with:
3434
context: .
3535
platforms: linux/amd64,linux/arm64/v8

0 commit comments

Comments
 (0)