File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
24
24
GCS_ENDPOINT_URL : https://fake-gcs-server:4443
25
25
GCS_INSECURE_SKIP_VERIFY : " true"
26
26
dynamodb :
27
- image : amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce
27
+ image : amazon/dynamodb-local@sha256:d7ebddeb60fa418bcda218a6c6a402a58441b2a20d54c9cb1d85fd5194341753
28
28
ports :
29
29
- 8000:8000
30
30
fake-gcs-server :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
services :
19
19
dynamodb :
20
- image : amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce
20
+ image : amazon/dynamodb-local@sha256:d7ebddeb60fa418bcda218a6c6a402a58441b2a20d54c9cb1d85fd5194341753
21
21
ports :
22
22
- 8000:8000
23
23
steps :
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
services :
21
21
dynamodb :
22
- image : amazon/dynamodb-local@sha256:c8702bde709520b90930c20ee430d4123cd731da8e544cc4ccae0e2a78ee4fce
22
+ image : amazon/dynamodb-local@sha256:d7ebddeb60fa418bcda218a6c6a402a58441b2a20d54c9cb1d85fd5194341753
23
23
ports :
24
24
- 8000:8000
25
25
fake-gcs-server :
You can’t perform that action at this time.
0 commit comments