Update workflow

This commit is contained in:
CrazyMax 2020-12-24 03:57:45 +01:00
parent fc26125e64
commit 13836f0377
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 77 additions and 7 deletions

View file

@ -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"]