Skip to content

chore: upgrade npm in dockerfile #16

chore: upgrade npm in dockerfile

chore: upgrade npm in dockerfile #16

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Staging
on:
push:
branches: [main]
paths-ignore:
- '**/README.md'
- 'k8s/**'
jobs:
build:
uses: powerkernel/actions-workflows/.github/workflows/build-staging.yml@main

Check failure on line 15 in .github/workflows/staging.yml

View workflow run for this annotation

GitHub Actions / Staging

Invalid workflow file

The workflow is not valid. .github/workflows/staging.yml (Line: 15, Col: 11): Input username is required, but not provided while calling. .github/workflows/staging.yml (Line: 15, Col: 11): Secret PASSWORD is required, but not provided while calling.