Update docker.yml
This commit is contained in:
parent
b49162efd1
commit
12f304d25b
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@ -21,11 +21,10 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
||||||
-
|
-
|
||||||
name: Build from Makefile
|
name: Build from Makefile
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
run: |
|
run: |
|
||||||
echo "Start building the image"
|
echo "Start building the image"
|
||||||
make build
|
pwd
|
||||||
|
ls
|
||||||
-
|
-
|
||||||
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