Skip to content

Commit

Permalink
gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
battermann committed Mar 14, 2024
1 parent d37a9b6 commit 4763fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Set output
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/v}
run: echo "{tag}=${GITHUB_REF#refs/*/v}" >> $GITHUB_OUTPUT

- name: Build Image
id: build-image
Expand Down

0 comments on commit 4763fe7

Please sign in to comment.