File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
profile_name : <<parameters.profile_name>>
55
55
build-test-then-push-with-buildx :
56
56
machine :
57
- image : ubuntu-2204:2022.07.1
57
+ image : ubuntu-2204:current
58
58
parameters :
59
59
auth :
60
60
type : steps
@@ -380,10 +380,10 @@ workflows:
380
380
executors :
381
381
amd64 :
382
382
machine :
383
- image : ubuntu-2204:2022.07.1
383
+ image : ubuntu-2204:current
384
384
docker_layer_caching : true
385
385
arm64 :
386
386
machine :
387
- image : ubuntu-2204:2022.07.1
387
+ image : ubuntu-2204:current
388
388
docker_layer_caching : true
389
389
resource_class : arm.medium
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
build-test-then-push-with-buildx :
16
16
machine :
17
- image : ubuntu-2204:2022.07.1
17
+ image : ubuntu-2204:current
18
18
steps :
19
19
# build docker image
20
20
- aws-ecr/build_and_push_image :
You can’t perform that action at this time.
0 commit comments