fix: per;fix: invite user un refresh;perf: loginout (#3566)

* perf: loginout

* fix: invite user un refresh

* fix: per

* fix: dockerfile

* perf: docker file
This commit is contained in:
Archer
2025-01-11 17:16:17 +08:00
committed by GitHub
parent 10d8c56e23
commit f1f0ae2839
5 changed files with 41 additions and 36 deletions

View File

@@ -51,6 +51,23 @@ jobs:
--cache-to=type=local,dest=/tmp/.buildx-cache \
-t ${DOCKER_REPO_TAGGED} \
.
# Add write md step after build
- name: Write md
run: |
echo "# 🤖 Generated by deploy action" > report.md
echo "📦 Preview Image: \`${DOCKER_REPO_TAGGED}\`" >> report.md
cat report.md
- name: Gh Rebot for Sealos
uses: labring/gh-rebot@v0.0.6
if: ${{ (github.event_name == 'pull_request_target') }}
with:
version: v0.0.6
env:
GH_TOKEN: '${{ secrets.GH_PAT }}'
SEALOS_TYPE: 'pr_comment'
SEALOS_FILENAME: 'report.md'
SEALOS_REPLACE_TAG: 'DEFAULT_REPLACE_DEPLOY'
helm-check:
runs-on: ubuntu-20.04