Skip to content

feat(stages)!: staged builds for images #16

feat(stages)!: staged builds for images

feat(stages)!: staged builds for images #16

Workflow file for this run

name: Build, test, and push Docker Images
on:
push:
branches:
- "master"
paths:
- ".github/workflows/docker.yml"
- "images/**"
- "!images/*/README.md"
- "tests/**"
- "!tests/README.md"
- "requirements-dev.txt"
pull_request:
paths:
- ".github/workflows/docker.yml"
- "images/**"
- "!images/*/README.md"
- "tests/**"
- "!tests/README.md"
- "requirements-dev.txt"
jobs:
base-cpu:
uses: ./.github/workflows/docker-build-test-upload.yaml

Check failure on line 26 in .github/workflows/docker.yaml

View workflow run for this annotation

GitHub Actions / Build, test, and push Docker Images

Invalid workflow file

The workflow is not valid. .github/workflows/docker.yaml (Line: 26, Col: 11): Input registry-username is required, but not provided while calling. .github/workflows/docker.yaml (Line: 26, Col: 11): Input registry-password **password-space-removed** required, but not provided while calling.
with:
parent-image: ""
image: "base-cpu"
secrets:
registry-username: ${{ secrets.REGISTRY_USERNAME }}
registry-password: ${{ secrets.REGISTRY_PASSWORD }}