Action fix.
This commit is contained in:
@@ -89,15 +89,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.RINOA_ENV }}" > .env
|
echo "${{ secrets.RINOA_ENV }}" > .env
|
||||||
|
|
||||||
- name: Docker Compose Dry Run
|
- name: Docker Compose Lint
|
||||||
id: docker-compose-dry-run
|
id: docker-compose-lint
|
||||||
uses: s3i7h/spin-up-docker-compose-action@v1.2
|
uses: sjafferali/docker-compose-lint-action@v0.1.2
|
||||||
with:
|
with:
|
||||||
file: docker-compose.yml
|
compose-file: './docker-compose.yml'
|
||||||
pull: true
|
|
||||||
pull-opts: --dry-run
|
|
||||||
up: true
|
|
||||||
up-opts: -d --dry-run
|
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user