Push also sha tagged docker image
This commit is contained in:
parent
82813ba97f
commit
b59a81e40d
1 changed files with 9 additions and 0 deletions
9
.github/workflows/build_docker_images.yml
vendored
9
.github/workflows/build_docker_images.yml
vendored
|
@ -89,3 +89,12 @@ jobs:
|
|||
file: ./docker/demo/Dockerfile
|
||||
push: true
|
||||
tags: bengig/sebserver:demo
|
||||
-
|
||||
name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./docker/demo/Dockerfile
|
||||
push: true
|
||||
tags: bengig/sebserver:${{ GITHUB_SHA }}
|
||||
|
|
Loading…
Add table
Reference in a new issue