Update docker.yml

This commit is contained in:
Sambo Chea 2021-03-26 12:12:30 +07:00 committed by GitHub
parent 12f304d25b
commit ad071edf15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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