Skip to content

Fixing docs/add action to create tags on the repository #44

Fixing docs/add action to create tags on the repository

Fixing docs/add action to create tags on the repository #44

name: Full checkup for SimpleRisk Docker images
on:
workflow_dispatch:
pull_request:
branches: [ master ]
jobs:
simplerisk-jammy:
name: 'Verify simplerisk/simplerisk image based on Ubuntu 22.04 (Jammy)'
uses: ./.github/workflows/verify-image_rw.yml
with:
context_path: "simplerisk/"
dockerfile_path: "simplerisk/jammy/Dockerfile"
image_tag: "simplerisk/simplerisk:testing"
simplerisk-noble:
name: 'Verify simplerisk/simplerisk image based on Ubuntu 24.04 (Noble)'
uses: ./.github/workflows/verify-image_rw.yml
with:
context_path: "simplerisk/"
dockerfile_path: "simplerisk/noble/Dockerfile"
image_tag: "simplerisk/simplerisk:testing"
simplerisk-minimal-php81:
name: 'Verify simplerisk/simplerisk image based on PHP 8.1 with Apache'
uses: ./.github/workflows/verify-image_rw.yml
with:
context_path: "simplerisk-minimal/"
dockerfile_path: "simplerisk-minimal/php81/Dockerfile"
image_tag: "simplerisk/simplerisk-minimal:testing"
simplerisk-minimal-php83:
name: 'Verify simplerisk/simplerisk image based on PHP 8.3 with Apache'
uses: ./.github/workflows/verify-image_rw.yml
with:
context_path: "simplerisk-minimal/"
dockerfile_path: "simplerisk-minimal/php83/Dockerfile"
image_tag: "simplerisk/simplerisk-minimal:testing"