Merge pull request #1 from zcash/docker

Update build-and-push-docker-hub.yaml
This commit is contained in:
Yasser 2024-05-07 08:19:33 -06:00 committed by GitHub
commit 950e8e93fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,10 @@ on:
description: "Build context for the Docker image"
required: true
type: string
build-args:
description: "Docker build args"
required: true
type: string
secrets:
dockerhub_registry:
required: true
@ -69,3 +73,4 @@ jobs:
context: ${{ inputs.context }}
push: true
tags: ${{ env.tags_fixed }}
build-args: ${{ inputs.build-args }}