Update docker.yml

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

View File

@ -26,14 +26,14 @@ jobs:
-
name: Build from Makefile
run: |
pwd
ls
make build
docker images
-
name: Docker Push
uses: docker/build-push-action@v2
with:
push: true
tags: cubetiq/calpine-os-linux:latest
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}