mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-20 12:48:57 +08:00
Fix locale
This commit is contained in:
parent
82e48e1f2e
commit
7df590fa0d
3 changed files with 5 additions and 5 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -259,7 +259,7 @@ class Meta {
|
|||
const currentDate = this.date;
|
||||
return {
|
||||
date: function (format) {
|
||||
return moment(currentDate).format(format);
|
||||
return moment(currentDate).utc().format(format);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue