Skip to content

Commit

Permalink
update cachekeys
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Jan 8, 2024
1 parent 3d79f44 commit 86cb9f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ variables:
# The $hash is the first 10 characters of the md5 of the Dockerfile. e.g.
# echo $(md5sum dev/ci/docker/old_ubuntu_lts/Dockerfile | head -c 10)
# echo $(md5sum dev/ci/docker/edge_ubuntu/Dockerfile | head -c 10)
BASE_CACHEKEY: "old_ubuntu_lts-V2023-11-30-7323af070e"
EDGE_CACHEKEY: "edge_ubuntu-V2023-12-23-71658bf608"
BASE_CACHEKEY: "old_ubuntu_lts-V2024-01-08-65026e68f2"
EDGE_CACHEKEY: "edge_ubuntu-V2024-01-08-8ffadc18f8"
BASE_IMAGE: "$CI_REGISTRY_IMAGE:$BASE_CACHEKEY"
EDGE_IMAGE: "$CI_REGISTRY_IMAGE:$EDGE_CACHEKEY"

Expand Down

0 comments on commit 86cb9f2

Please sign in to comment.