Skip to content

Commit

Permalink
feat 修改 github action
Browse files Browse the repository at this point in the history
  • Loading branch information
王泽浩 committed Nov 2, 2023
1 parent 3e11542 commit ff27e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DEPLOY_TOKEN }}

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand Down

0 comments on commit ff27e5e

Please sign in to comment.