fix docker ci (#514)

Co-authored-by: erenJag <erenJag>
This commit is contained in:
erenJag 2020-12-07 12:05:32 +01:00 committed by GitHub
parent 6dcc9e7810
commit 89f1c92d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
-
name: Tag Latest
id: prep_tag_latest
if: "github.event.release.release"
if: " github.event.release.action == 'released' "
run: |
TAGS=${{ steps.prep.outputs.tags }},${{ steps.prep.outputs.docker_image }}:latest
echo ::set-output name=tags::${TAGS}