build_java
This commit is contained in:
10
.github/workflows/publish_docker.yml
vendored
10
.github/workflows/publish_docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user