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 ac2bfba commit 3c5eef2Copy full SHA for 3c5eef2
.buildkite/pipeline.yml
@@ -169,16 +169,13 @@ steps:
169
env:
170
SEGMENT_CONTEXTS: "aws-credentials,ecr"
171
commands:
172
- # Determine environment based on branch/tag
+ # Build and push Docker images using imager
173
- |
174
if [[ "${BUILDKITE_TAG}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
175
ENV="prod"
176
else
177
ENV="stage"
178
fi
179
- export ENV
180
- # Build and push Docker images using imager
181
- - |
182
imager buildpush . -f Dockerfile.lambda -d "all-${ENV}" \
183
--build-arg VERSION_REF=$(git describe --tags --always --dirty="-dev") \
184
--destination-aliases regions.yaml \
0 commit comments