github action test
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
fad8deff59
commit
e6f542bc16
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
# run: .github/docker-image-build.sh
|
||||
- name: use images build by ci
|
||||
run: |
|
||||
"sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}##g' docker-compose.yml"
|
||||
sed -i -e 's#image: ${IMAGE_REPO}:##g' -e 's#${VERSION}##g' docker-compose.yml
|
||||
cat docker-compose.yml
|
||||
- name: run docker-compose up
|
||||
run: docker-compose up --detach
|
||||
|
Loading…
Reference in New Issue
Block a user