Skip to content

Commit

Permalink
ops: Fix the CI builder docker context
Browse files Browse the repository at this point in the history
Docker context was set to the `Dockerfile` rather than the containing directory.
  • Loading branch information
mslipper committed Apr 18, 2023
1 parent 351796a commit 46e35c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,6 @@ workflows:
docker_file: ./ops/docker/ci-builder/Dockerfile
docker_name: ci-builder
docker_tags: <<pipeline.git.revision>>,latest
docker_context: ./ops/docker/ci-builder/Dockerfile
docker_context: ./ops/docker/ci-builder
context:
- oplabs-gcr

0 comments on commit 46e35c7

Please sign in to comment.