Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 319 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 319 Bytes

Dockerfile CI

Continuous Integration for Dockerfile

Getting started

name: CI

on:
  - push

jobs:
  dockerfile-ci:
    name: Dockerfile CI
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actalog/dockerfile-ci@v2
        with:
          image-name: actalog/image