mirror of https://github.com/astral-sh/ruff
Update docker/build-push-action action to v6 (#12127)
This commit is contained in:
parent
d2fefc8bf3
commit
85ede4a88c
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: "Build and push Docker image"
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
|
|
|||
Loading…
Reference in New Issue