mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +00:00
Update build_system_image.yml
This commit is contained in:
parent
14d9b18a6c
commit
4be206c5fb
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build_system_image.yml
vendored
7
.github/workflows/build_system_image.yml
vendored
|
|
@ -33,8 +33,8 @@ jobs:
|
||||||
# matrix:
|
# matrix:
|
||||||
# template-repo: ['fork-foxs/remittance_image_builder']
|
# template-repo: ['fork-foxs/remittance_image_builder']
|
||||||
steps:
|
steps:
|
||||||
# - name: Checkout Repository
|
- name: Checkout Repository
|
||||||
# uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
# with:
|
# with:
|
||||||
# repository: ${{ matrix.remittance_image_builder }}
|
# repository: ${{ matrix.remittance_image_builder }}
|
||||||
# path: .github/workflows
|
# path: .github/workflows
|
||||||
|
|
@ -53,6 +53,9 @@ jobs:
|
||||||
# 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: Debug Event
|
||||||
|
run: echo "Event payload: ${{ toJson(github.event) }}"
|
||||||
|
|
||||||
- name: Use the head branch
|
- name: Use the head branch
|
||||||
run: echo "The head branch is ${{ github.event.pull_request.head.ref }}"
|
run: echo "The head branch is ${{ github.event.pull_request.head.ref }}"
|
||||||
- name: build image
|
- name: build image
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue