mirror of
https://github.com/docker/build-push-action.git
synced 2025-03-31 09:16:35 +00:00
point to fly staging (#6)
This commit is contained in:
parent
d13597721e
commit
84699d113f
3 changed files with 3 additions and 3 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
@ -24,7 +24,7 @@ const buildxVersion = 'v0.17.0';
|
||||||
|
|
||||||
async function getBlacksmithHttpClient(): Promise<AxiosInstance> {
|
async function getBlacksmithHttpClient(): Promise<AxiosInstance> {
|
||||||
return axios.create({
|
return axios.create({
|
||||||
baseURL: process.env.BUILDER_URL || 'https://staginganvil.blacksmith.sh/build_tasks',
|
baseURL: process.env.BUILDER_URL || 'https://anvil-staging.fly.dev/build_tasks',
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${process.env.BLACKSMITH_ANVIL_TOKEN}`
|
Authorization: `Bearer ${process.env.BLACKSMITH_ANVIL_TOKEN}`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue