Skip to content

Commit

Permalink
export tags to $GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Jul 27, 2022
1 parent 85e0789 commit 857da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
- name: Export tags
run: |
echo "::set-output name=tags::${{ steps.meta.outputs.tags }}"
echo "TAGS=${{ steps.meta.outputs.tags }}" >> $GITHUB_ENV
outputs:
tag: ${{ steps.meta.outputs.tags }}

0 comments on commit 857da85

Please sign in to comment.