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 29fe7f3 commit 64bbbafCopy full SHA for 64bbbaf
.github/workflows/container-validation-dynamo.yml
@@ -38,15 +38,8 @@ jobs:
38
- name: Build image
39
env:
40
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
41
- AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
42
- SCCACHE_S3_BUCKET: ${{ secrets.SCCACHE_S3_BUCKET }}
43
run: |
44
- ./container/build.sh --tag ${{ steps.define_image_tag.outputs.image_tag }} \
45
- --target dev \
46
- --framework none \
47
- --use-sccache \
48
- --sccache-bucket "$SCCACHE_S3_BUCKET" \
49
- --sccache-region "$AWS_DEFAULT_REGION"
+ ./container/build.sh --tag ${{ steps.define_image_tag.outputs.image_tag }} --target dev --framework none
50
- name: Start services with docker-compose
51
working-directory: ./deploy
52
0 commit comments