Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from jumpserver/dev
Browse files Browse the repository at this point in the history
fix: 修正 actions 构建错误
  • Loading branch information
wojiushixiaobai authored Jan 23, 2024
2 parents 1560c5e + 0a26cb9 commit 4a16549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 4a16549

Please sign in to comment.