Don't build with compose
Weird things happen with the bind
This commit is contained in:
parent
c5fdbc0ffb
commit
598d4adb42
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker-compose build
|
run: docker build --tag $GITHUB_REPOSITORY .
|
||||||
|
|
||||||
- name: Show image info
|
- name: Show image info
|
||||||
run: docker images
|
run: docker images
|
||||||
|
|
Loading…
Reference in a new issue