mirror of
https://github.com/docker/metadata-action.git
synced 2025-07-05 01:38:24 +02:00
Fix locale
This commit is contained in:
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);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user