Skip to content

Commit

Permalink
[chore]: update images to current
Browse files Browse the repository at this point in the history
  • Loading branch information
brentmmarks committed Feb 29, 2024
1 parent 55f3694 commit 21d867b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
profile_name: <<parameters.profile_name>>
build-test-then-push-with-buildx:
machine:
image: ubuntu-2204:2022.07.1
image: ubuntu-2204:current
parameters:
auth:
type: steps
Expand Down Expand Up @@ -380,10 +380,10 @@ workflows:
executors:
amd64:
machine:
image: ubuntu-2204:2022.07.1
image: ubuntu-2204:current
docker_layer_caching: true
arm64:
machine:
image: ubuntu-2204:2022.07.1
image: ubuntu-2204:current
docker_layer_caching: true
resource_class: arm.medium
2 changes: 1 addition & 1 deletion src/examples/build_test_then_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ usage:
jobs:
build-test-then-push-with-buildx:
machine:
image: ubuntu-2204:2022.07.1
image: ubuntu-2204:current
steps:
# build docker image
- aws-ecr/build_and_push_image:
Expand Down

0 comments on commit 21d867b

Please sign in to comment.