Skip to content

Commit

Permalink
Circle CI update orb version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkiryanov committed Nov 10, 2023
1 parent 86f8190 commit 39298b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2.1
orbs:
docker: circleci/docker@1.7.0
docker: circleci/docker@2.4.0

jobs:
build:
docker:
- image: cimg/python:3.10
- image: cimg/python:3.11

steps:
- checkout
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:

coverage:
docker:
- image: cimg/python:3.10
- image: cimg/python:3.11
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -73,5 +73,6 @@ workflows:
image: f213/django
path: testproject/django
docker-context: testproject/django
extra_build_args: '--build-arg PYTHON_VERSION=3.11'
deploy: false
attach-at: .

0 comments on commit 39298b7

Please sign in to comment.