Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielrufino/dockerfile-ci
Continuous Integration for Dockerfile
https://github.com/gabrielrufino/dockerfile-ci
ci docker dockerfile
Last synced: 7 days ago
JSON representation
Continuous Integration for Dockerfile
- Host: GitHub
- URL: https://github.com/gabrielrufino/dockerfile-ci
- Owner: gabrielrufino
- License: unlicense
- Created: 2023-12-29T09:55:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T01:58:29.000Z (5 months ago)
- Last Synced: 2024-06-12T09:05:47.593Z (5 months ago)
- Topics: ci, docker, dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerfile CI
Continuous Integration for Dockerfile
## Getting started
```yml
name: CIon:
- pushjobs:
dockerfile-ci:
name: Dockerfile CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gabrielrufino/dockerfile-ci@main
with:
image-name: gabrielrufino/image
```