fix docker CI (#515)

Co-authored-by: erenJag <erenJag>
This commit is contained in:
erenJag 2020-12-07 12:20:13 +01:00 committed by GitHub
parent 89f1c92d7e
commit bd69c8042a
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.action == 'released' "
if: " github.event.action == 'released' "
run: |
TAGS=${{ steps.prep.outputs.tags }},${{ steps.prep.outputs.docker_image }}:latest
echo ::set-output name=tags::${TAGS}