Continuous Integration for Dockerfile
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
@actalog/dockerfile-ci is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.