mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-01 12:40:06 +02:00
point to anvil staging environment (#3)
This commit is contained in:
parent
79167f5d18
commit
fd041daf3d
1 changed files with 1 additions and 1 deletions
|
@ -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://d04fa050a7b2.ngrok.app/build_tasks',
|
baseURL: process.env.BUILDER_URL || 'https://staginganvil.blacksmith.sh/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