Update docker.yml

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

View File

@ -21,11 +21,10 @@ jobs:
password: ${{ secrets.DOCKER_HUB_SECRET }}
-
name: Build from Makefile
uses: actions/checkout@v2
with:
run: |
echo "Start building the image"
make build
run: |
echo "Start building the image"
pwd
ls
-
name: Docker Push
uses: docker/build-push-action@v2