Skip to content

Base image

Base image #29

Workflow file for this run

name: Base image
on:
push:
branches: [main]
paths:
- .github/workflows/base.yml
- images/base/**
workflow_dispatch:
jobs:
build:
name: Build Base image
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
image-name: base
image-tag: "40"
containerfile-path: images/base
context-path: images/base
node:
needs: build
uses: ./.github/workflows/node.yml
java:
needs: build
uses: ./.github/workflows/java.yml
fedora-packager:
needs: build
uses: ./.github/workflows/fedora-packager.yml
rstudio:
needs: build
uses: ./.github/workflows/rstudio.yml