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
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:./
|
||||
|
||||
steps:
|
||||
- name: checkout Script content
|
||||
uses: actions/checkout@v2
|
||||
# - name: checkout Script content
|
||||
# uses: actions/checkout@v2
|
||||
|
||||
|
||||
- name: Set up Java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '17' # Change to the desired Java version
|
||||
distribution: 'adopt'
|
||||
# - name: Set up Java
|
||||
# uses: actions/setup-java@v2
|
||||
# with:
|
||||
# java-version: '17' # Change to the desired Java version
|
||||
# distribution: 'adopt'
|
||||
- name: login to harb
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue