Skip to content

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

feat(stages)!: staged builds for images

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

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
with:
parent-image: ""
image: "base-cpu"
secrets:
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

Check failure on line 31 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: 31, Col: 26): Invalid secret, REGISTRY_USERNAME is not defined in the referenced workflow. .github/workflows/docker.yaml (Line: 32, Col: 26): Invalid secret, REGISTRY_PASSWORD is not defined in the referenced workflow.
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}