Skip to content

Commit

Permalink
馃敡(circle) update image tag using default
Browse files Browse the repository at this point in the history
Circle has removed several images and the added a tag named default to
avoid having to update the image name in the future.
  • Loading branch information
lunika committed Mar 5, 2024
1 parent 7004174 commit b8a90a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aliases:
- &defaults
# We use the machine executor, i.e. a VM, not a container
machine:
image: ubuntu-2004:2022.07.1
image: default
# Prevent cache-related issues
docker_layer_caching: false
working_directory: ~/fun
Expand Down Expand Up @@ -684,7 +684,7 @@ jobs:
hub:
# We use the machine executor, i.e. a VM, not a container
machine:
image: ubuntu-2004:202201-02
image: default
# Prevent cache-related issues
docker_layer_caching: false

Expand Down

0 comments on commit b8a90a6

Please sign in to comment.