diff --git a/dist/index.js b/dist/index.js index 02424e5..b9ea673 100644 --- a/dist/index.js +++ b/dist/index.js @@ -433,6 +433,8 @@ class Meta { fs.writeFileSync(bakeFile, JSON.stringify({ target: { 'ghaction-docker-meta': { + context: '', + dockerfile: '', tags: this.tags(), labels: jsonLabels } diff --git a/src/meta.ts b/src/meta.ts index c019c03..36dfe5f 100644 --- a/src/meta.ts +++ b/src/meta.ts @@ -163,6 +163,8 @@ export class Meta { { target: { 'ghaction-docker-meta': { + context: '', + dockerfile: '', tags: this.tags(), labels: jsonLabels }