Compare commits

..

No commits in common. "32083f6cebe617159ee0d865f5e5075b60586333" and "9899e2648b187f060b75009897ac933cdf379f68" have entirely different histories.

2 changed files with 7 additions and 6 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
needs: tag
container:
image: 192.168.0.100:8928/hithomelabs/ci-runner:1.0.0
image: catthehacker/ubuntu:act-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4

View File

@ -30,16 +30,17 @@ jobs:
runs-on: ubuntu-latest
needs: tag
container:
image: 192.168.0.100:8928/hithomelabs/ci-runner:1.0.0
image: catthehacker/ubuntu:act-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install JDK (Alpine package)
run: |
apk add --no-cache openjdk17-jdk
echo "JAVA_HOME=/usr/lib/jvm/java-17-openjdk" >> "$GITHUB_ENV"
- name: JDK setup
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Create and push tag