mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-22 06:28:56 +08:00
Update workflow
This commit is contained in:
parent
fc26125e64
commit
13836f0377
3 changed files with 77 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -171,15 +171,11 @@ target named `ghaction-docker-meta`.
|
|||
|
||||
```hcl
|
||||
// docker-bake.hcl
|
||||
target "ghaction-docker-meta" {
|
||||
tags = ["crazymax/diun:local"]
|
||||
labels = {
|
||||
"maintainer" = "CrazyMax"
|
||||
}
|
||||
}
|
||||
|
||||
target "ghaction-docker-meta" {}
|
||||
|
||||
target "build" {
|
||||
inherits = ["docker-meta"]
|
||||
inherits = ["ghaction-docker-meta"]
|
||||
context = "./"
|
||||
dockerfile = "Dockerfile"
|
||||
platforms = ["linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64", "linux/386", "linux/ppc64le"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue