Skip to content

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

feat(stages)!: staged builds for images

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

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:
test-secrets:
runs-on: ubuntu-latest
steps:
- name: Debug Secrets Access
run: |
echo "Username: ${{ secrets.REGISTRY_USERNAME }}"
echo "Password: ${{ secrets.REGISTRY_PASSWORD }}"
base-cpu:
uses: ./.github/workflows/docker-build-test-upload.yaml
with:
parent-image: ""
image: "base-cpu"