Skip to content

Commit

Permalink
- trying larger resource class
Browse files Browse the repository at this point in the history
- tag update
  • Loading branch information
elipe17 committed Sep 6, 2024
1 parent 51635b4 commit f722bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ executors:
docker:
- image: cimg/python:3.10.4
user: root
resource_class: large
machine-executor:
machine:
docker_layer_caching: false
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-and-tag-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COMMIT_HASH=$6
DOCKER_LOGIN=$7
DOCKER_USER=$8
BUILD_DATE=`date +%F`
TAG="${BUILD_DATE}_build-${BUILD_NUM}_${COMMIT_HASH}"
TAG="${BUILD_DATE}_build#${BUILD_NUM}_${COMMIT_HASH}"

export DOCKER_CLI_EXPERIMENTAL=enabled

Expand Down

0 comments on commit f722bde

Please sign in to comment.