https://github.com/actalog/dockerfile-ci
🔄 Continuous Integration for Dockerfile
https://github.com/actalog/dockerfile-ci
ci docker dockerfile
Last synced: 9 months ago
JSON representation
🔄 Continuous Integration for Dockerfile
- Host: GitHub
- URL: https://github.com/actalog/dockerfile-ci
- Owner: actalog
- License: unlicense
- Created: 2023-12-29T09:55:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T12:54:11.000Z (over 1 year ago)
- Last Synced: 2025-09-26T08:48:14.749Z (9 months ago)
- Topics: ci, docker, dockerfile
- Homepage: https://github.com/marketplace/actions/actalog-dockerfile-ci
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @actalog/dockerfile-ci
[](https://github.com/actalog/dockerfile-ci/actions/workflows/ci.yml)
[](https://github.com/actalog/dockerfile-ci/actions/workflows/cd.yml)
Continuous Integration for Dockerfile
## Getting started
```yml
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
```