Skip to content

Bump python-daemon from 2.3.2 to 3.0.1 #47

Bump python-daemon from 2.3.2 to 3.0.1

Bump python-daemon from 2.3.2 to 3.0.1 #47

name: Build and Test PR Image
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- ready_for_review
jobs:
run_build_and_push:
uses: ./.github/workflows/build_pr_image.yml
secrets:
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
trivy_scan:
if: (github.base_ref == 'develop' || github.base_ref == 'main' ) && github.event.pull_request.merged == false
uses: kbase/.github/.github/workflows/reusable_trivy-scans.yml@main
secrets: inherit
build_and_test_narrative_image:
uses: ./.github/workflows/test_pr_image.yml
# needs: run_build_and_push
secrets:
GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}