Skip to content

Commit

Permalink
use buildx-context
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilam committed Nov 25, 2024
1 parent 717f347 commit 15ca812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ default:
fi
- docker login -u ${REGISTRY_USER} -p ${REGISTRY_PASSWORD} ${REGISTRY}
- docker context create buildx-context
- docker buildx create --use --driver docker-container --driver-opt image=public.ecr.aws/vend/moby/buildkit:buildx-stable-1
- docker buildx create --use buildx-context --driver docker-container --driver-opt image=public.ecr.aws/vend/moby/buildkit:buildx-stable-1
- echo -e "section_end:`date +%s`:setup_section\r\e[0K"

.build:
Expand Down

0 comments on commit 15ca812

Please sign in to comment.