Skip to content

Commit

Permalink
Merge pull request #13 from shivjm/separate-docker-tags-with-newlines
Browse files Browse the repository at this point in the history
ci(publish-docker): separate tags with newlines
  • Loading branch information
shivjm committed Nov 7, 2021
2 parents 9cbde13 + 94f8981 commit 7c465a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docker.yml
Expand Up @@ -9,4 +9,6 @@ jobs:
uses: "shivjm/dockerfile-image-tags/.github/workflows/docker.yml@1070526d9f21130977ce12eda4905e0bab821a54"
with:
push: true
tags: latest,${{ github.event.release.tag_name }}
tags: |
latest
${{ github.event.release.tag_name }}

0 comments on commit 7c465a4

Please sign in to comment.