This commit is contained in:
CrazyMax 2020-12-24 04:08:40 +01:00
parent 69d0f57c07
commit a932807deb
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 2 additions and 5 deletions

View file

@ -5,7 +5,7 @@ group "default" {
}
group "release" {
targets = ["ghaction-docker-meta", "db", "app-plus"]
targets = ["db", "app-plus"]
}
target "db" {
@ -14,6 +14,7 @@ target "db" {
}
target "app" {
inherits = ["ghaction-docker-meta"]
context = "./test"
dockerfile = "Dockerfile"
args = {