Hotfix: Build latest docker image from Dockerfile.dev
This commit is contained in:
parent
059ac4dabc
commit
8ec7b87352
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-latest.yaml
vendored
2
.github/workflows/docker-build-latest.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build the Docker image
|
- 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)
|
- name: Push into Github packages (latest)
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue