Update docker.yml
This commit is contained in:
parent
ad071edf15
commit
3b5c567e67
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user