Skip to content

Commit

Permalink
perf: image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jul 23, 2024
1 parent a11d458 commit 7895d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
- name: Push changes
run: |
cd docker-web
git remote set-url origin https://${{ secrets.PRIVATE_TOKEN }}@github.com/jumpserver/applets.git
git remote set-url origin https://${{ secrets.PRIVATE_TOKEN }}@github.com/jumpserver/docker-web.git
git push origin ${{ env.current_branch }}

0 comments on commit 7895d45

Please sign in to comment.