Skip to content

Commit

Permalink
Fix wrong tag reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerey committed Oct 22, 2022
1 parent 23c73fa commit d07ab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
Build_and_Push_tag:
uses: ./.github/workflows/docker_build_push.yml
with:
docker_tag: ${{ steps.meta.outputs.tags }}
docker_tag: ${{github.ref_name}}
secrets: inherit

0 comments on commit d07ab94

Please sign in to comment.