We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667ebe1 commit 5acdcffCopy full SHA for 5acdcff
.circleci/config.yml
@@ -4,7 +4,7 @@ version: "2.1"
4
jobs:
5
checkout:
6
docker:
7
- - image: cimg/base:2024.12
+ - image: cimg/base:2025.02
8
steps:
9
- checkout:
10
path: .
@@ -14,7 +14,7 @@ jobs:
14
- .
15
ci-all:
16
17
18
19
- attach_workspace:
20
at: .
@@ -63,7 +63,7 @@ jobs:
63
- ./task
64
imgbuild-imgpush:
65
66
67
68
69
0 commit comments