Skip to content

Commit

Permalink
output tag on task
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Jul 27, 2022
1 parent 40cab5b commit d181827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
outputs:
tag: ${{ steps.meta.outputs.tags }}

0 comments on commit d181827

Please sign in to comment.