gha-container-proof 1.0.0

GitHub Actions job-container and Docker-action compatibility checker with Docker CLI probe receipts for offline CI
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: simple-container

on: [push]

jobs:
  build:
    runs-on: ubuntu-22.04
    container: node:22-bookworm
    steps:
      - uses: actions/checkout@v5
      - run: node --version