Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧(circle) update cimg/base and docker tags #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Check that all versions are up-to-date
check-versions:
docker:
- image: cimg/base:2022.04
- image: cimg/base:current
working_directory: ~/fun
steps:
- checkout
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- <<: *generate-version-file
# Activate docker-in-docker
- setup_remote_docker:
version: 19.03.13
version: default
# Each image is tagged with the current git commit sha1 to avoid collisions in parallel builds.
- run:
name: Build production image
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
- <<: *generate-version-file
# Activate docker-in-docker
- setup_remote_docker:
version: 19.03.13
version: default
- run:
name: Build production image
command: docker build -t ashley:${CIRCLE_SHA1} --target production .
Expand Down