From 6e15ac985ce24e6a721cfcdc3dcd40d5f7602ca6 Mon Sep 17 00:00:00 2001 From: Bengt Giger Date: Tue, 15 Dec 2020 23:08:05 +0100 Subject: [PATCH] Fixed typo in build_push tag --- .github/workflows/build_docker_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_images.yml b/.github/workflows/build_docker_images.yml index bdb33fc4..0311732a 100644 --- a/.github/workflows/build_docker_images.yml +++ b/.github/workflows/build_docker_images.yml @@ -80,7 +80,7 @@ jobs: context: . file: ./docker/demo/Dockerfile push: true - tags: bengig/seb-server:{{ github.sha }} + tags: bengig/seb-server:${{ github.sha }} - name: Retag image if: github.ref != null