Skip to content

Bump step-security/harden-runner from 2.10.2 to 2.10.4 (#126) #42

Bump step-security/harden-runner from 2.10.2 to 2.10.4 (#126)

Bump step-security/harden-runner from 2.10.2 to 2.10.4 (#126) #42

---
name: Build and publish dev container images
on:
push:
branches: [main]
paths:
- "src/loaders/**"
- "src/services/**"
- "src/databases/**"
- "scripts/generators/docker-compose/**"
- "scripts/generators/k8s/**"
- ".github/workflows/reusable-build-container-images.yml"
- ".github/workflows/build-images-on-commit.yml"
workflow_dispatch:
# Declare default permissions as read-only
permissions: read-all
jobs:
build:
uses: ./.github/workflows/reusable-build-container-images.yml
with:
push: true
secrets: inherit