mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
ci: bin-image workflow
This workflow will just build the bin-image bake target. Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -59,6 +59,11 @@ variable "GITHUB_SHA" {
|
||||
default = ""
|
||||
}
|
||||
|
||||
# Special target: https://github.com/docker/metadata-action#bake-definition
|
||||
target "docker-metadata-action" {
|
||||
tags = ["moby-bin:local"]
|
||||
}
|
||||
|
||||
# Defines the output folder
|
||||
variable "DESTDIR" {
|
||||
default = ""
|
||||
@@ -157,8 +162,7 @@ target "all-cross" {
|
||||
#
|
||||
|
||||
target "bin-image" {
|
||||
inherits = ["all"]
|
||||
tags = ["moby-bin:local"]
|
||||
inherits = ["all", "docker-metadata-action"]
|
||||
output = ["type=docker"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user