Updated the makefile for build with action
This commit is contained in:
parent
3b5c567e67
commit
44c49b10e2
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@ -24,16 +24,6 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Build from Makefile
|
name: Build and Push from Makefile
|
||||||
run: |
|
run: |
|
||||||
make build
|
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 }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user