We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ea68d0 + 9d1f7f8 commit 1e99ed5Copy full SHA for 1e99ed5
src/programs/aws.ts
@@ -85,6 +85,7 @@ export const AWSProgram = (opts: OptionValues) => {
85
// eslint-disable-next-line no-new
86
new local.Command('docker push', {
87
create: `docker push ${repositoryUrl}`,
88
+ update: `docker push ${repositoryUrl}`,
89
});
90
} else {
91
if (!fs.existsSync(opts.dockerfile)) {
0 commit comments