Skip to content

Commit

Permalink
pushImageLatest
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Jul 22, 2024
1 parent ff8f809 commit 9a38b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js-action/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ async function main() {
];

if (resultLatest) {
commands['push'].push(`docker tag ${pushImage} ${pushImageLatest}`);
commands['push'].push(`docker push ${pushImageLatest}`);
}

Expand Down

0 comments on commit 9a38b28

Please sign in to comment.