mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update build_system_image.yml
This commit is contained in:
parent
d98baa287a
commit
49b45d309b
1 changed files with 8 additions and 11 deletions
19
.github/workflows/build_system_image.yml
vendored
19
.github/workflows/build_system_image.yml
vendored
|
|
@ -18,12 +18,12 @@ on:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
call_workflow_using_branch:
|
||||||
|
uses: malnozili/emittance_image_builder/.github/workflows/Reusable_build_image.yml@master
|
||||||
job-image-build:
|
job-image-build:
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
# - ubuntu-latest
|
# - ubuntu-latest
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
@ -31,15 +31,12 @@ jobs:
|
||||||
# repository: malnozili/remittance_image_builder
|
# repository: malnozili/remittance_image_builder
|
||||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: login to harb
|
# - name: login to harb
|
||||||
uses: docker/login-action@v1
|
# uses: docker/login-action@v1
|
||||||
with:
|
# with:
|
||||||
registry: harbor.fintechsys.net
|
# registry: harbor.fintechsys.net
|
||||||
username: ${{ secrets.PHEE_HARBOR_USERNAME }}
|
# username: ${{ secrets.PHEE_HARBOR_USERNAME }}
|
||||||
password: ${{ secrets.PHEE_HARBOR_PASSWORD }}
|
# password: ${{ secrets.PHEE_HARBOR_PASSWORD }}
|
||||||
|
|
||||||
- name: clone image from reusable workflow
|
|
||||||
uses: malnozili/emittance_image_builder/.github/workflows/Reusable_build_image.yml@master
|
|
||||||
|
|
||||||
- name: build image
|
- name: build image
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue