Update docker.yml
This commit is contained in:
parent
840f95e2b2
commit
b49162efd1
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@ -21,9 +21,11 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
||||||
-
|
-
|
||||||
name: Build from Makefile
|
name: Build from Makefile
|
||||||
run: |
|
uses: actions/checkout@v2
|
||||||
echo "Start building the image"
|
with:
|
||||||
make build
|
run: |
|
||||||
|
echo "Start building the image"
|
||||||
|
make build
|
||||||
-
|
-
|
||||||
name: Docker Push
|
name: Docker Push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user