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 258dc30 commit bb1876a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_server.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
ehoc "platforms=$PLATFORMS" >> "$GITHUB_OUTPUT"
echo "platforms=$PLATFORMS" >> "$GITHUB_OUTPUT"
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
echo "tags=$TAGS" >> "$GITHUB_OUTPUT"
- name: Fetch reearth-cms-web
Expand Down
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
ehoc "platforms=$PLATFORMS" >> "$GITHUB_OUTPUT"
ehoo "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
ehoc "platforms=$PLATFORMS" >> "$GITHUB_OUTPUT"
ehoo "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 bb1876a

Please sign in to comment.