Skip to content

Commit

Permalink
fix(ci/push-docker): release_tag should be "released_tag"
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Aug 20, 2021
1 parent b576bc8 commit 73bcf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
push: true
tags: >-
${{ env.image }}:${{ env.develop_tag }},
${{ env.image }}:${{ env.release_tag }},
${{ env.image }}:${{ env.released_tag }},
${{ env.image }}:${{ steps.tagName.outputs.tag }}

0 comments on commit 73bcf7d

Please sign in to comment.