We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6905a02 commit 48cbe6aCopy full SHA for 48cbe6a
docker-compose.yml
@@ -134,6 +134,9 @@ services:
134
ruby:
135
image: "ruby:${RUBY_VERSION}"
136
entrypoint: [ "ruby" ]
137
+ rustc:
138
+ image: "rust:${RUST_VERSION}"
139
+ entrypoint: [ "rustc" ]
140
s3cmd:
141
build:
142
context: apps/s3cmd
@@ -146,6 +149,11 @@ services:
146
149
AWS_SECRET_ACCESS_KEY: "${AWS_SECRET_ACCESS_KEY:-}"
147
150
volumes:
148
151
- "${HOME:-}/.dockerized/apps/s3cmd:/root"
152
+ semantic-release-cli:
153
+ <<: *node
154
+ entrypoint: [ "npx", "--package=semantic-release-cli@${SEMANTIC_RELEASE_VERSION}", "semantic-release-cli" ]
155
+ volumes:
156
+ - "${HOME:-}/.dockerized/apps/gh:/root"
157
swagger-codegen:
158
image: "swaggerapi/swagger-codegen-cli-v3:${SWAGGER_CODEGEN_VERSION}"
159
tree:
0 commit comments