Skip to content

@actalog/dockerfile-ci

Actions
CI pipeline for Dockerfile
v2.2.0
Latest
Star (0)

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

@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.

About

CI pipeline for Dockerfile
v2.2.0
Latest

@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.