修复Action history 为空的问题
Some checks failed
Mark & close stale issues / stale (push) Has been cancelled
Vulnerability Scan / trivy-scan (1.0) (push) Has been cancelled
Vulnerability Scan / trivy-scan (master) (push) Has been cancelled
CodeQL Advanced / Analyze (java-kotlin) (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled

This commit is contained in:
2026-06-22 16:06:08 +08:00
parent 2a425196e6
commit a3eb952931
16 changed files with 4560 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
# set Java
ARG JAVA_VERSION=21.0.11_10
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine AS build
ARG JAVA_VERSION=21
FROM eclipse-temurin:${JAVA_VERSION}-alpine AS build
WORKDIR /app
ARG HAWKBIT_APP=hawkbit-repository-jpa-init
ARG HAWKBIT_VERSION=0-SNAPSHOT