Skip to content

Commit

Permalink
Fix tags in build-push action
Browse files Browse the repository at this point in the history
  • Loading branch information
chuhlomin committed Apr 20, 2022
1 parent ca4c6c7 commit 17d65b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ runs:
with:
context: .
push: true
tags: ${{ inputs.tags }}
tags: |
${{ inputs.tags }}
${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit 17d65b4

Please sign in to comment.