mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-22 06:28:56 +08:00
Fix def
This commit is contained in:
parent
249c1261b8
commit
69d0f57c07
2 changed files with 4 additions and 0 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -433,6 +433,8 @@ 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,6 +163,8 @@ export class Meta {
|
||||||
{
|
{
|
||||||
target: {
|
target: {
|
||||||
'ghaction-docker-meta': {
|
'ghaction-docker-meta': {
|
||||||
|
context: '',
|
||||||
|
dockerfile: '',
|
||||||
tags: this.tags(),
|
tags: this.tags(),
|
||||||
labels: jsonLabels
|
labels: jsonLabels
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue