Skip to content

chore: use bitnami in img examples instead of rapidfort #8

chore: use bitnami in img examples instead of rapidfort

chore: use bitnami in img examples instead of rapidfort #8

Workflow file for this run

name: Hadolint Dockerfile check
on:
push:
paths-ignore:
- '**.md'
jobs:
hadolint:
runs-on: "ubuntu-24.04"
steps:
- uses: actions/checkout@v4
- name: Run Hadolint Dockerfile check
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
no-fail: true