Skip to content

Commit

Permalink
copy tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Dec 19, 2023
1 parent 9ac7074 commit 4f37dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy-tag/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function main() {


for (const image of images) {
const url = `${registry}/${repoName}/${image}`;
let url = `${registry}/${repoName}/${image}`;

url = url.replace('http://', 'https://');
if (!url.startsWith('https://')) {
Expand Down

0 comments on commit 4f37dd5

Please sign in to comment.