Skip to content

Commit 6439e03

Browse files
authored
fix: use ghcr mirror by default (#113)
1 parent 63ceca4 commit 6439e03

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

dist/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ async function run(): Promise<void> {
1616

1717
// Expose the tool by adding it to the PATH
1818
core.addPath(pathToCLI)
19+
20+
// Use GHCR mirror by default
21+
core.exportVariable('SUPABASE_INTERNAL_IMAGE_REGISTRY', 'ghcr.io')
1922
} catch (error) {
2023
if (error instanceof Error) core.setFailed(error.message)
2124
}

0 commit comments

Comments
 (0)