Skip to content

Commit 571e142

Browse files
authored
tools: Fix typo in jenkinsfile from pr 4132 (#4134)
1 parent 52a4c38 commit 571e142

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ def dockerBuildArm32(architecture, distro, dockerfile) {
9292
docker buildx build --platform linux/arm/v7 \
9393
--build-arg git_sha=$git_sha --build-arg ansible_arch=$ansible_arch \
9494
-f ansible/docker/$dockerfile \
95-
-t adoptopenjdk/${distro}_build_image:linux-$architecture \
96-
--push .
95+
-t adoptopenjdk/${distro}_build_image:linux-$architecture --push .
9796
"""
9897
}
9998
}

0 commit comments

Comments
 (0)