Fixed how to note tags for docker build
This commit is contained in:
parent
266d7d2e9b
commit
bd2677d66e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_docker_images.yml
vendored
6
.github/workflows/build_docker_images.yml
vendored
|
@ -88,6 +88,6 @@ jobs:
|
|||
context: .
|
||||
file: ./docker/demo/Dockerfile
|
||||
push: true
|
||||
tags:
|
||||
- bengig/sebserver:demo
|
||||
- bengig/sebserver:${{ github.sha }}
|
||||
tags: |
|
||||
bengig/sebserver:demo
|
||||
bengig/sebserver:${{ github.sha }}
|
||||
|
|
Loading…
Add table
Reference in a new issue