Fix build workflow

This commit is contained in:
Tom Wright 2020-08-09 11:35:33 +01:00
parent 5c14f6a90d
commit 6f2f37f563
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set env
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
- name: Build
run: docker build
run: docker build \
-t tomwright/mermaid-server:latest \
-t tomwright/mermaid-server:${{ env.RELEASE_VERSION }} \
-f Dockerfile .