Hotfix: Build latest docker image from Dockerfile.dev

This commit is contained in:
Felipe Martin 2020-07-21 16:22:27 +02:00
parent 059ac4dabc
commit 8ec7b87352
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build --tag butterrobot:$(git rev-parse --short HEAD) docker
run: docker build --tag butterrobot:$(git rev-parse --short HEAD) -f Dockerfile.dev .
- name: Push into Github packages (latest)
run: |