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