* test

* update action

* remove test
This commit is contained in:
Archer
2025-04-06 18:45:04 +08:00
committed by GitHub
parent 73c997f7c5
commit 5839325f77
5 changed files with 16 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secret.GITHUB_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set DOCKER_REPO_TAGGED based on branch or tag
run: |
echo "DOCKER_REPO_TAGGED=ghcr.io/${{ github.repository_owner }}/fastgpt:latest" >> $GITHUB_ENV