Skip to content

Commit

Permalink
.gitlab-ci.yml: use repo-specific name for bedrock Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Nov 14, 2024
1 parent 679339f commit 14c8147
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ stages:
variables:
XILINX_VIVADO: /non-free/Xilinx/Vivado/2020.2
CI_REGISTRY: mohs.dhcp.lbl.gov
CONTAINER_IMAGE: $CI_REGISTRY/testing_base_bookworm
# CONTAINER_IM_IMAGE: $CI_REGISTRY/riscv_bloat
CONTAINER_IMAGE: $CI_REGISTRY/bedrock_testing_base_bookworm
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2

Expand All @@ -19,7 +18,6 @@ services:
- name: mohs.dhcp.lbl.gov/docker:20.10.12-dind
command: ["--insecure-registry", "mohs.dhcp.lbl.gov"]
alias: docker
# entrypoint: ["dockerd-entrypoint.sh"]

include:
- local: .gitlab/ci/badger.gitlab-ci.yml
Expand Down

0 comments on commit 14c8147

Please sign in to comment.