Update build-and-push-docker-hub.yaml

This commit is contained in:
Yasser 2024-05-03 11:32:47 -06:00 committed by GitHub
parent 9c7286c976
commit 4c3637a7e0
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 }}