This commit is contained in:
CrazyMax 2020-12-24 04:05:27 +01:00
parent 249c1261b8
commit 69d0f57c07
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 4 additions and 0 deletions

2
dist/index.js generated vendored
View File

@ -433,6 +433,8 @@ class Meta {
fs.writeFileSync(bakeFile, JSON.stringify({
target: {
'ghaction-docker-meta': {
context: '',
dockerfile: '',
tags: this.tags(),
labels: jsonLabels
}

View File

@ -163,6 +163,8 @@ export class Meta {
{
target: {
'ghaction-docker-meta': {
context: '',
dockerfile: '',
tags: this.tags(),
labels: jsonLabels
}