1
Fork 0

Don't build with compose

Weird things happen with the bind
This commit is contained in:
Jake Howard 2020-05-10 16:53:10 +01:00
parent c5fdbc0ffb
commit 598d4adb42
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1
- name: Build image
run: docker-compose build
run: docker build --tag $GITHUB_REPOSITORY .
- name: Show image info
run: docker images