mirror of
https://github.com/docker/build-push-action.git
synced 2025-08-23 07:38:11 +03:00
src: print the port bpa is trying to hit
This commit is contained in:
parent
7af3b3af33
commit
41a36ac067
3 changed files with 3 additions and 2 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
|
@ -34,6 +34,7 @@ const createBlacksmithAPIClient = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
export function createBlacksmithAgentClient() {
|
export function createBlacksmithAgentClient() {
|
||||||
|
core.info(`Creating Blacksmith agent client with port: ${process.env.BLACKSMITH_STICKY_DISK_GRPC_PORT || '5557'}`);
|
||||||
const transport = createGrpcTransport({
|
const transport = createGrpcTransport({
|
||||||
baseUrl: `http://192.168.127.1:${process.env.BLACKSMITH_STICKY_DISK_GRPC_PORT || '5557'}`,
|
baseUrl: `http://192.168.127.1:${process.env.BLACKSMITH_STICKY_DISK_GRPC_PORT || '5557'}`,
|
||||||
httpVersion: '2'
|
httpVersion: '2'
|
||||||
|
|
Loading…
Add table
Reference in a new issue