Skip to content

Commit c7eaab1

Browse files
authored
Merge pull request #9 from kordlib/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents 8adb200 + d49bc32 commit c7eaab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# https://github.com/docker/build-push-action
5959
- name: Build and push Docker image
6060
id: build-and-push
61-
uses: docker/build-push-action@v5
61+
uses: docker/build-push-action@v6
6262
with:
6363
context: .
6464
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)