Build and Deploy -- DEV #15
build-and-deploy-dev.yml
on: workflow_dispatch
Upload package-lock.json from this repo
Build and Deploy
/
Determine if this was triggered by a release or workflow_dispatch
Build and Deploy
/
Get version from package-lock.json
Build and Deploy
/
...
/
Determine Image Name
build-and-deploy
/
...
/
confirm-dev
build-and-deploy
/
...
/
deployable
Build and Deploy
/
...
/
Build Image
build-and-deploy
/
...
/
confirm-dev
build-and-deploy
/
...
/
confirm-dev
build-and-deploy
/
...
/
deployable
build-and-deploy
/
...
/
deployable
Build and Deploy
/
...
/
Deploy to Azure WebApp
Build and Deploy
/
...
/
Deploy to Azure WebApp
Annotations
1 error
Invalid workflow file:
.github/workflows/build-and-deploy-dev.yml#L107
The workflow is not valid. In clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@0cc20cf5401a3e2c223d9b358bd734c00992dc3b (Line: 107, Col: 11): Error from called workflow clearlydefined/operations/.github/workflows/app-build-docker-image.yml@0cc20cf5401a3e2c223d9b358bd734c00992dc3b (Line: 77, Col: 13): The identifier 'add dockerhub image if required' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters. In clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@0cc20cf5401a3e2c223d9b358bd734c00992dc3b (Line: 107, Col: 11): Error from called workflow clearlydefined/operations/.github/workflows/app-build-docker-image.yml@0cc20cf5401a3e2c223d9b358bd734c00992dc3b (Line: 82, Col: 13): The identifier 'add dockerhub image if required' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
|