Skip to content

Commit

Permalink
ci: specify node version for building image
Browse files Browse the repository at this point in the history
  • Loading branch information
superflyxxi committed Dec 15, 2024
1 parent 21c9c61 commit f7ea1fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ jobs:
image: ${PRIVATE_DOCKER_USERNAME}/${CIRCLE_PROJECT_REPONAME}/int-test
registry: ${PRIVATE_DOCKER_REGISTRY}
tag: ${PRIMARY_DOCKER_TAG}
extra_build_args: --build-arg NODE_VERSION=<< pipeline.parameters.node-version >>
- docker/check:
registry: ${PRIVATE_DOCKER_REGISTRY}
docker-password: PRIVATE_DOCKER_PASSWORD
Expand Down

0 comments on commit f7ea1fd

Please sign in to comment.