mirror of
https://github.com/seepine/action-docker-build-push.git
synced 2025-04-07 09:40:10 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a140801d37 | ||
|
b0769a37de |
@ -36,6 +36,10 @@ inputs:
|
|||||||
description: "Push is a shorthand for --output=type=registry"
|
description: "Push is a shorthand for --output=type=registry"
|
||||||
required: false
|
required: false
|
||||||
default: 'true'
|
default: 'true'
|
||||||
|
build-args:
|
||||||
|
description: "Docker build args"
|
||||||
|
required: false
|
||||||
|
default: ''
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
@ -145,3 +149,4 @@ runs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
"http_proxy='${{ env.http_proxy }}'"
|
"http_proxy='${{ env.http_proxy }}'"
|
||||||
"https_proxy='${{ env.https_proxy }}'"
|
"https_proxy='${{ env.https_proxy }}'"
|
||||||
|
${{ inputs.build-args }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user