Merge branch 'main' into feature/settings-page
This commit is contained in:
commit
ec58d344dc
1 changed files with 5 additions and 0 deletions
5
.github/workflows/web-deploy-nonprod.yml
vendored
5
.github/workflows/web-deploy-nonprod.yml
vendored
|
|
@ -14,6 +14,10 @@ on:
|
|||
type: string
|
||||
description: An optional string to define which branch to checkout.
|
||||
default: 'main'
|
||||
current_version:
|
||||
type: string
|
||||
description: Current Version of the package.json.
|
||||
default: '0.0.0'
|
||||
secrets:
|
||||
DOCKERHUB_USER: {}
|
||||
DOCKERHUB_TOKEN: {}
|
||||
|
|
@ -51,6 +55,7 @@ jobs:
|
|||
else
|
||||
echo "DOCKERHUB_TOKEN secret is set"
|
||||
fi
|
||||
echo "${{inputs.current_version}}"
|
||||
build:
|
||||
needs: check-inputs
|
||||
if: needs.check-inputs.result == 'success' && inputs.workflow_type != 'release'
|
||||
|
|
|
|||
Loading…
Reference in a new issue