mirror of
https://github.com/seepine/action-docker-build-push.git
synced 2025-04-02 06:10: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"
|
||||
required: false
|
||||
default: 'true'
|
||||
build-args:
|
||||
description: "Docker build args"
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
@ -145,3 +149,4 @@ runs:
|
||||
build-args: |
|
||||
"http_proxy='${{ env.http_proxy }}'"
|
||||
"https_proxy='${{ env.https_proxy }}'"
|
||||
${{ inputs.build-args }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user