build_java

This commit is contained in:
smf
2024-03-02 19:48:13 +08:00
parent 9a1f411a34
commit be6c5ff6e7
2 changed files with 60 additions and 2 deletions

View File

@@ -6,6 +6,12 @@ on:
artifact-name:
required: true
type: string
docker_context:
required: true
type: string
dockerfile_path:
required: true
type: string
jobs:
@@ -59,8 +65,8 @@ jobs:
http_proxy=http://192.168.0.20:7890
https_proxy=http://192.168.0.20:7890
version=${{ steps.meta.outputs.REPO_VERSION }}
context: .
file: ./docker/Dockerfile
context: ${{ inputs.docker_context }}
file: ${{ inputs.dockerfile_path }}
platforms: |
linux/amd64
linux/arm64