mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +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:
|
||||
call_workflow_using_branch:
|
||||
uses: malnozili/emittance_image_builder/.github/workflows/Reusable_build_image.yml@master
|
||||
job-image-build:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
# - ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -31,15 +31,12 @@ jobs:
|
|||
# repository: malnozili/remittance_image_builder
|
||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: login to harb
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: harbor.fintechsys.net
|
||||
username: ${{ secrets.PHEE_HARBOR_USERNAME }}
|
||||
password: ${{ secrets.PHEE_HARBOR_PASSWORD }}
|
||||
|
||||
- name: clone image from reusable workflow
|
||||
uses: malnozili/emittance_image_builder/.github/workflows/Reusable_build_image.yml@master
|
||||
# - name: login to harb
|
||||
# uses: docker/login-action@v1
|
||||
# with:
|
||||
# registry: harbor.fintechsys.net
|
||||
# username: ${{ secrets.PHEE_HARBOR_USERNAME }}
|
||||
# password: ${{ secrets.PHEE_HARBOR_PASSWORD }}
|
||||
|
||||
- name: build image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue