poop
Some checks failed
Ruby Lint / lint (push) Successful in 14s
Release / docker (push) Failing after 14m9s
Ruby Test / test (push) Successful in 17s

This commit is contained in:
2025-06-28 16:18:52 -05:00
parent fafe0bc0bd
commit 6ec00632d1

View File

@ -16,6 +16,7 @@ target "bookworm" {
inherits = [ "_common", "docker-metadata-action" ]
platforms = [
"linux/amd64",
"linux/arm64",
]
}
@ -24,6 +25,5 @@ target "alpine" {
inherits = [ "_common", "docker-metadata-action-alpine" ]
platforms = [
"linux/amd64",
"linux/arm64",
]
}