Skip to content

Commit

Permalink
feat: update docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed Sep 5, 2024
1 parent d2dadfa commit b6acc11
Showing 1 changed file with 40 additions and 28 deletions.
68 changes: 40 additions & 28 deletions docker/build-and-push.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,49 @@
const directusVersions = [
'latest',

'10',
// '10',
//
// '10.9',
// '10.9.0',
// '10.9.1',
// '10.9.2',
// '10.9.3',
//
// '10.10',
// '10.10.0',
// '10.10.1',
// '10.10.2',
// '10.10.3',
// '10.10.4',
// '10.10.5',
// '10.10.6',
// '10.10.7',
//
// '10.11',
// '10.11.0',
// '10.11.1',
// '10.11.2',
//
// '10.12',
// '10.12.0',
// '10.12.1',
//
// '10.13',
// '10.13.0',
// '10.13.1',
// '10.13.2',
// '10.13.3',

'10.9',
'10.9.0',
'10.9.1',
'10.9.2',
'10.9.3',
'11',

'10.10',
'10.10.0',
'10.10.1',
'10.10.2',
'10.10.3',
'10.10.4',
'10.10.5',
'10.10.6',
'10.10.7',
'11.0',
'11.0.0',
'11.0.1',
'11.0.2',
'11.0.3',

'10.11',
'10.11.0',
'10.11.1',
'10.11.2',

'10.12',
'10.12.0',
'10.12.1',

'10.13',
'10.13.0',
'10.13.1',
'10.13.2',
'11.1',
'11.1.0',
];

const platforms = ['linux/amd64', 'linux/arm64'];
Expand Down

0 comments on commit b6acc11

Please sign in to comment.