Skip to content

Commit 64bbbaf

Browse files
committed
Revert "enable cache for dynamo build"
This reverts commit 39a546e. Signed-off-by: Anant Sharma <anants@nvidia.com>
1 parent 29fe7f3 commit 64bbbaf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/container-validation-dynamo.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,8 @@ jobs:
3838
- name: Build image
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
41-
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
42-
SCCACHE_S3_BUCKET: ${{ secrets.SCCACHE_S3_BUCKET }}
4341
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"
42+
./container/build.sh --tag ${{ steps.define_image_tag.outputs.image_tag }} --target dev --framework none
5043
- name: Start services with docker-compose
5144
working-directory: ./deploy
5245
run: |

0 commit comments

Comments
 (0)