Skip to content

Docker Image Build #1129

Docker Image Build

Docker Image Build #1129

Workflow file for this run

name: Docker Image Build
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- .github/workflows/docker.yml
- containerization/docker/fedora/Dockerfile
- containerization/docker/ubuntu/Dockerfile
- containerization/docker/ubuntu/fwd.jsonc
pull_request:
paths:
- .github/workflows/docker.yml
- containerization/docker/fedora/Dockerfile
- containerization/docker/ubuntu/Dockerfile
- containerization/docker/ubuntu/fwd.jsonc
schedule:
- cron: '0 0 * * 0' # Runs every Sunday at midnight UTC
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Docker:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v6
- name: Build Docker Image
run: make oci-image