fix docker push CI ep3 (#518)

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

View file

@ -35,7 +35,7 @@ jobs:
id: prep_tag_latest
if: " github.event.action == 'released' "
run: |
TAGS=${{ steps.prep.outputs.tags }},${{ steps.prep.outputs.docker_image }}:latest
TAGS=${{ steps.prep.outputs.docker_image }}:latest
echo ::set-output name=tags::${TAGS}
echo ::set-output name=version::${{ steps.prep.outputs.version }}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')