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:
parent
1e32f38316
commit
82e4b2c148
7
.github/workflows/easy-install.yml
vendored
7
.github/workflows/easy-install.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user