mirror of https://github.com/astral-sh/ruff
Merge 697baf2ecc into b0bc990cbf
This commit is contained in:
commit
4f3dc61972
|
|
@ -163,9 +163,9 @@ jobs:
|
||||||
# Mapping of base image followed by a comma followed by one or more base tags (comma separated)
|
# Mapping of base image followed by a comma followed by one or more base tags (comma separated)
|
||||||
# Note, org.opencontainers.image.version label will use the first base tag (use the most specific tag first)
|
# Note, org.opencontainers.image.version label will use the first base tag (use the most specific tag first)
|
||||||
image-mapping:
|
image-mapping:
|
||||||
- alpine:3.21,alpine3.21,alpine
|
- alpine:3.23,alpine3.23,alpine
|
||||||
- debian:bookworm-slim,bookworm-slim,debian-slim
|
- debian:trixie-slim,trixie-slim,debian-slim
|
||||||
- buildpack-deps:bookworm,bookworm,debian
|
- buildpack-deps:trixie,trixie,debian
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
|
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue