Skip to content

Commit

Permalink
fix invalid workflow file (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt authored Jan 28, 2024
1 parent 63ef857 commit 443ecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
name: Set output parameters
run: |
echo "repository=ghcr.io/${{ env.IMG_REPOSITORY_NAME }}/kwasm-operator" >> $GITHUB_OUTPUT
echo "version=${{ ${{ env.VERSION }} }}" >> $GITHUB_OUTPUT
echo "version=${{ env.VERSION }}" >> $GITHUB_OUTPUT
echo "digest=${{ steps.build-image.outputs.digest }}" >> $GITHUB_OUTPUT

0 comments on commit 443ecba

Please sign in to comment.