init
This commit is contained in:
parent
775c8e0c21
commit
d37843162a
@ -11,6 +11,9 @@ inputs:
|
||||
context:
|
||||
description: "Docker directory location"
|
||||
default: "."
|
||||
build-args:
|
||||
description: "Docker Build Arguments"
|
||||
required: false
|
||||
# outputs:
|
||||
# random-number:
|
||||
# description: "Random number"
|
||||
@ -38,6 +41,7 @@ runs:
|
||||
oci: true
|
||||
tls-verify: false
|
||||
context: ${{ inputs.context }}
|
||||
build-args: ${{ inputs.build-args }}
|
||||
- name: Push To Repository
|
||||
id: push-to-repository
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user