Fixed typo in build_push tag

This commit is contained in:
Bengt Giger 2020-12-15 23:08:05 +01:00
parent 24db48f587
commit 6e15ac985c

View file

@ -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