Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 373 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 373 Bytes

Dockerfile CI

Continuous Integration for Dockerfile

Getting started

name: CI

on:
  - pull_request
  - push

permissions:
  pull-requests: write

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