Fixed docker CI/CD settings
This commit is contained in:
parent
2dbd664dd2
commit
7fc67e4d9a
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -13,10 +13,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: amazon/dynamodb-local:latest
|
||||
localstack:
|
||||
image: localstack/localstack
|
||||
ports:
|
||||
- 18000:8000
|
||||
- "4566:4566"
|
||||
env:
|
||||
SERVICES: ssm,dynamodb
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -9,10 +9,12 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
postgres:
|
||||
image: amazon/dynamodb-local:latest
|
||||
localstack:
|
||||
image: localstack/localstack
|
||||
ports:
|
||||
- 18000:8000
|
||||
- "4566:4566"
|
||||
env:
|
||||
SERVICES: ssm,dynamodb
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue