Skip to content

Build Container Image #114

Build Container Image

Build Container Image #114

Workflow file for this run

name: Build Container Image
on:
pull_request:
branches:
- main
types:
- closed
schedule:
- cron: '0 4 * * 0'
workflow_dispatch:
jobs:
build-container:
uses: justsomescripts/github-common-actions/.github/workflows/container.build.yml@main
secrets: inherit
with:
containerfile: Containerfile
enable_cosign: 'false'
push_ghcr: 'true'
push_dockerhub: 'true'
push_quay: 'true'
permissions:
checks: write
contents: write
packages: write
security-events: write