Skip to content

Build and Push Docker Image Workflow #3

Build and Push Docker Image Workflow

Build and Push Docker Image Workflow #3

Workflow file for this run

name: Build and Deploy to Dev
on:
pull_request:
paths-ignore:
- 'README.md'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'SECURITY.md'
- 'docs/**'
- 'keycloakify/**'
- '.github/**'
- '!.github/workflows/build-and-push-docker-image.yml'
- '!.github/workflows/dev.yml'
jobs:
build-dev-container:
uses: ./.github/workflows/build-and-push-docker-image.yml
secrets: inherit