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:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_SECRET }}
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
-
|
||||
name: Build from Makefile
|
||||
run: |
|
||||
echo "Start building the image"
|
||||
pwd
|
||||
ls
|
||||
make build
|
||||
-
|
||||
name: Docker Push
|
||||
uses: docker/build-push-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user