Skip to content

Commit

Permalink
Typo with version output....
Browse files Browse the repository at this point in the history
  • Loading branch information
obeone committed Dec 11, 2022
1 parent a3f5623 commit ae20b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Get Winbox version
run: echo "version=$(./winbox_version.sh)" >> GITHUB_OUTPUT
run: echo "version=$(./winbox_version.sh)" >> $GITHUB_OUTPUT

- name: Docker metadata
id: meta
Expand Down

0 comments on commit ae20b28

Please sign in to comment.