Skip to content

Commit

Permalink
Merge pull request #122 from dgolovin/i121
Browse files Browse the repository at this point in the history
fix: remove registry.redhat.io entry using correct source
  • Loading branch information
vrothberg authored Apr 23, 2024
2 parents 7ab5be9 + da4e971 commit d8b6753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function createRegistry(username: string, secret: string, serverUrl: strin
serverUrl,
username,
secret,
source: '',
source: 'podman',
});
}

Expand All @@ -99,7 +99,7 @@ function removeRegistry(serverUrl: string = REGISTRY_REDHAT_IO): void {
serverUrl,
username: '',
secret: '',
source: '',
source: 'podman',
});
}

Expand Down

0 comments on commit d8b6753

Please sign in to comment.