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 #20 from jumpserver/dev
Browse files Browse the repository at this point in the history
fix: 修正 ghcr.io 仓库用户名
  • Loading branch information
wojiushixiaobai authored Jan 23, 2024
2 parents a20f5c2 + 9ab285a commit 1eb300d
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 @@ -50,7 +50,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
Expand Down

0 comments on commit 1eb300d

Please sign in to comment.