Skip to content

Commit

Permalink
fix tag replace
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed May 16, 2022
1 parent eedfa63 commit 24adeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
-
name: Get tag
id: repository
run: echo ::set-output name=tag::${GITHUB_REF/refs\/(heads|tags)\//}
run: echo ::set-output name=tag::${GITHUB_REF/\/refs\/*\//}
-
name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 24adeb1

Please sign in to comment.