Update .github/workflows/docker-publish.yaml
Some checks failed
Build / Install NPM dependencies (push) Successful in 1m7s
Build / Build & publish docker image (push) Failing after 2s

This commit is contained in:
Zakary Timson 2023-07-28 13:41:51 +00:00
parent 2ee596e851
commit 270d87036c

View File

@ -1,6 +1,8 @@
name: Build & push docker image name: Build & push docker image
inputs: on:
workflow_call:
inputs:
registry: registry:
required: false required: false
type: string type: string
@ -10,7 +12,7 @@ inputs:
tag: tag:
required: false required: false
type: string type: string
secrets: secrets:
registry_user: registry_user:
required: true required: true
type: string type: string