Skip to content

Commit

Permalink
ci: login to local image registry for easy-install test
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Oct 27, 2024
1 parent 1e32f38 commit 82e4b2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/easy-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
with:
python-version: '3.8'

- name: Login
uses: docker/login-action@v3
with:
registry: localhost:5000
username: admin
password: secret

- name: Perform production easy install
run: |
python3 ${GITHUB_WORKSPACE}/easy-install.py build --tag localhost:5000/frappe/erpnext:latest --push
Expand Down

0 comments on commit 82e4b2c

Please sign in to comment.