Skip to content

Commit

Permalink
fix: release frontend tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Jan 18, 2025
1 parent aea3b3a commit c0fabd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

release-frontends:
if: ${{ github.event.inputs.build_offline_tar_only == false }}
uses: ./.github/workflows/frontend.yml
uses: ./.github/workflows/frontends.yml
with:
push_image: true
push_image_tag: ${{ github.event.inputs.tag || github.event.release.tag_name }}
Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ make push-images DOCKER_USERNAME=<your_account> IMAGE_TAG=<tag>

Refer to other apps to add some configuration.

1. .github/workflows/frontend.yml
1. .github/workflows/frontends.yml
2. deploy/cloud/init.sh
3. deploy/cloud/scripts/init.sh
4. frontend/providers/app/deploy/manifests/appcr.yaml.tmpl
Expand Down

0 comments on commit c0fabd2

Please sign in to comment.