2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-06 23:44:03 +00:00

ci: login to local image registry for easy-install test

This commit is contained in:
Revant Nandgaonkar 2024-10-27 15:50:28 +05:30
parent 1e32f38316
commit 82e4b2c148

View File

@ -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