Fixed typo in build_push tag
This commit is contained in:
parent
24db48f587
commit
6e15ac985c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_docker_images.yml
vendored
2
.github/workflows/build_docker_images.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/demo/Dockerfile
|
file: ./docker/demo/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: bengig/seb-server:{{ github.sha }}
|
tags: bengig/seb-server:${{ github.sha }}
|
||||||
-
|
-
|
||||||
name: Retag image
|
name: Retag image
|
||||||
if: github.ref != null
|
if: github.ref != null
|
||||||
|
|
Loading…
Add table
Reference in a new issue