mirror of
https://github.com/seepine/action-docker-build-push.git
synced 2025-04-09 02:40:09 +08:00
Compare commits
No commits in common. "main" and "v1" have entirely different histories.
@ -36,10 +36,6 @@ 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'
|
||||||
@ -149,4 +145,3 @@ 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