mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-19 06:59:33 +02:00
Fix def
This commit is contained in:
parent
69d0f57c07
commit
a932807deb
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -433,8 +433,6 @@ class Meta {
|
|||||||
fs.writeFileSync(bakeFile, JSON.stringify({
|
fs.writeFileSync(bakeFile, JSON.stringify({
|
||||||
target: {
|
target: {
|
||||||
'ghaction-docker-meta': {
|
'ghaction-docker-meta': {
|
||||||
context: '',
|
|
||||||
dockerfile: '',
|
|
||||||
tags: this.tags(),
|
tags: this.tags(),
|
||||||
labels: jsonLabels
|
labels: jsonLabels
|
||||||
}
|
}
|
||||||
|
@ -163,8 +163,6 @@ export class Meta {
|
|||||||
{
|
{
|
||||||
target: {
|
target: {
|
||||||
'ghaction-docker-meta': {
|
'ghaction-docker-meta': {
|
||||||
context: '',
|
|
||||||
dockerfile: '',
|
|
||||||
tags: this.tags(),
|
tags: this.tags(),
|
||||||
labels: jsonLabels
|
labels: jsonLabels
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ group "default" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group "release" {
|
group "release" {
|
||||||
targets = ["ghaction-docker-meta", "db", "app-plus"]
|
targets = ["db", "app-plus"]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "db" {
|
target "db" {
|
||||||
@ -14,6 +14,7 @@ target "db" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
target "app" {
|
target "app" {
|
||||||
|
inherits = ["ghaction-docker-meta"]
|
||||||
context = "./test"
|
context = "./test"
|
||||||
dockerfile = "Dockerfile"
|
dockerfile = "Dockerfile"
|
||||||
args = {
|
args = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user