We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ea05e commit 4712a45Copy full SHA for 4712a45
.circleci/config.yml
@@ -114,9 +114,8 @@ jobs:
114
TAG=${CIRCLE_TAG:1}
115
TAG=${TAG:-latest}
116
for cmd in << pipeline.parameters.cmds >>; do
117
- docker buildx build --platform linux/amd64,linux/arm64 --build-arg cmd=${cmd} -f ./cmd/${cmd}/Dockerfile -t robocupssl/${cmd}:${TAG} .
118
docker login -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}"
119
- docker push robocupssl/${cmd}:${TAG}
+ docker buildx build --platform linux/amd64,linux/arm64 --build-arg cmd=${cmd} -f ./cmd/${cmd}/Dockerfile -t robocupssl/${cmd}:${TAG} --push .
120
done
121
122
workflows:
0 commit comments