push version #8
2 changed files with 2 additions and 0 deletions
1
.github/workflows/web-deploy-nonprod.yml
vendored
1
.github/workflows/web-deploy-nonprod.yml
vendored
|
|
@ -52,6 +52,7 @@ jobs:
|
||||||
echo "DOCKERHUB_TOKEN secret is set"
|
echo "DOCKERHUB_TOKEN secret is set"
|
||||||
fi
|
fi
|
||||||
build:
|
build:
|
||||||
|
needs: check-inputs
|
||||||
if: inputs.workflow_type != 'release'
|
if: inputs.workflow_type != 'release'
|
||||||
environment: ${{ inputs.environments }}
|
environment: ${{ inputs.environments }}
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
|
|
|
||||||
1
.github/workflows/web-deploy-prod.yml
vendored
1
.github/workflows/web-deploy-prod.yml
vendored
|
|
@ -52,6 +52,7 @@ jobs:
|
||||||
echo "DOCKERHUB_TOKEN secret is set"
|
echo "DOCKERHUB_TOKEN secret is set"
|
||||||
fi
|
fi
|
||||||
build:
|
build:
|
||||||
|
needs: check-inputs
|
||||||
if: inputs.workflow_type == 'release'
|
if: inputs.workflow_type == 'release'
|
||||||
environment: ${{ inputs.environments }}
|
environment: ${{ inputs.environments }}
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue