mirror of
https://github.com/seepine/action-docker-build-push.git
synced 2025-04-05 08:20: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"
|
||||
required: false
|
||||
default: 'true'
|
||||
build-args:
|
||||
description: "Docker build args"
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
@ -149,4 +145,3 @@ 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