mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 16:25:09 +00:00
Update build_system_image.yml
This commit is contained in:
parent
88690b92ad
commit
ba6a2bf152
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_system_image.yml
vendored
3
.github/workflows/build_system_image.yml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: malnozili/remittance_image_builder
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: login to harb
|
||||
uses: docker/login-action@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue