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 1b077d2 commit f6c4778Copy full SHA for f6c4778
.circleci/config.yml
@@ -110,9 +110,8 @@ jobs:
110
TAG=${CIRCLE_TAG:1}
111
TAG=${TAG:-latest}
112
for cmd in << pipeline.parameters.cmds >>; do
113
- docker buildx build --platform linux/amd64,linux/arm64 --build-arg cmd=${cmd} -f ./cmd/${cmd}/Dockerfile -t robocupssl/${cmd}:${TAG} .
114
docker login -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}"
115
- 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 .
116
done
117
118
workflows:
0 commit comments