Skip to content

A simple Hello World Docker image, built using an Actionforge graph as the CI/CD pipeline.

Notifications You must be signed in to change notification settings

actionforge/example-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

example-docker

view-action-graph

A simple Hello World Docker image, built and pushed to ghcr.io using an Actionforge graph as the CI/CD pipeline.

Run

docker build -t hello-world .
docker run hello-world

Graph

The build pipeline is defined as an Actionforge graph in .github/workflows/graphs/build.act:

checkout -> docker/login-action (ghcr.io) -> docker/build-push-action

It runs on every push to main, on pull requests, and on manual dispatch.

About

A simple Hello World Docker image, built using an Actionforge graph as the CI/CD pipeline.

Resources

Stars

Watchers

Forks

Packages

No packages published