Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Nov 1, 2024
1 parent bb1876a commit a3f2668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
VERSION=$SHA
TAGS=$IMAGE_NAME:$NAME
fi
ehoo "platforms=$PLATFORMS" >> "$GITHUB_OUTPUT"
echo "platforms=$PLATFORMS" >> "$GITHUB_OUTPUT"
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
echo "tags=$TAGS" >> "$GITHUB_OUTPUT"
- name: Build and push docker image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
VERSION=$SHA
TAGS=$IMAGE_NAME:$NAME
fi
ehoo "platforms=$PLATFORMS" >> "$GITHUB_OUTPUT"
echo "platforms=$PLATFORMS" >> "$GITHUB_OUTPUT"
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
echo "tags=$TAGS" >> "$GITHUB_OUTPUT"
- name: Build and push docker image
Expand Down

0 comments on commit a3f2668

Please sign in to comment.