Skip to content

actalog/dockerfile-ci

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸ”„ Continuous Integration for Dockerfile

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published