Skip to content

Commit

Permalink
fix sidecar alias
Browse files Browse the repository at this point in the history
  • Loading branch information
CCFenner authored Aug 2, 2024
1 parent 7d3ed0b commit f2bc07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidecar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function startSidecar (actionCfg: ActionConfiguration, ctxConfig: a
if (networkID !== '') {
dockerRunArgs.push('--network', networkID)

const networkAlias = ctxConfig.dockerName ?? ''
const networkAlias = ctxConfig.sidecarName ?? ''
if (networkAlias !== '') {
dockerRunArgs.push('--network-alias', networkAlias)
}
Expand Down

0 comments on commit f2bc07b

Please sign in to comment.