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
0846313e53
commit
747c5e5ed5
1 changed files with 7 additions and 7 deletions
14
.github/workflows/build_system_image.yml
vendored
14
.github/workflows/build_system_image.yml
vendored
|
|
@ -11,15 +11,15 @@ jobs:
|
||||||
# env: working-directory:./
|
# env: working-directory:./
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout Script content
|
# - name: checkout Script content
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
||||||
- name: Set up Java
|
# - name: Set up Java
|
||||||
uses: actions/setup-java@v2
|
# uses: actions/setup-java@v2
|
||||||
with:
|
# with:
|
||||||
java-version: '17' # Change to the desired Java version
|
# java-version: '17' # Change to the desired Java version
|
||||||
distribution: 'adopt'
|
# distribution: 'adopt'
|
||||||
- name: login to harb
|
- name: login to harb
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue