Skip to content

Commit 7eebc39

Browse files
Merge branch 'deploystackio:main' into puken-dagobert-patch-14
2 parents 7a9c2ed + 03f35a7 commit 7eebc39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/validators/dockerImageTag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function findImageIndex(tokens) {
120120
'--storage-opt',
121121
'--tmpfs',
122122
'--restart', // Takes an argument like 'always' or 'on-failure:5'
123-
// Add more as needed
123+
'--pull', // Takes an argument like 'always', 'missing', 'never'
124124
]);
125125

126126
let i = 2; // Start after "docker run"

0 commit comments

Comments
 (0)