Skip to content

Commit

Permalink
Resolve docker does not build on dashboards (PR2)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Apr 21, 2022
1 parent d9aa665 commit b97b967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/opensearch-dashboards/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ pipeline {

buildDockerImage(
inputManifest: "manifests/${INPUT_MANIFEST}",
artifactUrlX64: env.ARTIFACT_URL_X64,
artifactUrlArm64: env.ARTIFACT_URL_ARM64
artifactUrlX64: env.ARTIFACT_URL_X64_TAR,
artifactUrlArm64: env.ARTIFACT_URL_ARM64_TAR
)
}
}
Expand Down

0 comments on commit b97b967

Please sign in to comment.