docker: Bump docker/build-push-action to v6
This commit is contained in:
parent
1b31665a88
commit
68bb381ece
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-docker.yml
vendored
2
.github/workflows/ci-docker.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Set up buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build image
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,windows/amd64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue