parent
6dcc9e7810
commit
89f1c92d7e
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue