mirror of https://github.com/astral-sh/ruff
Update docker/build-push-action action to v6 (#12002)
This commit is contained in:
parent
d897811f00
commit
446ad0ba44
|
|
@ -572,7 +572,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