Update docker.yml

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

View File

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