Update docker.yml
This commit is contained in:
parent
12f304d25b
commit
ad071edf15
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -19,12 +19,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Build from Makefile
|
name: Build from Makefile
|
||||||
run: |
|
run: |
|
||||||
echo "Start building the image"
|
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
|
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