graph TD
A[Start I2::CI::Publish]
B[Trigger: workflow_dispatch]
C[Run job on: ubuntu-latest]
G[End]
subgraph ubuntu-latest-job
D[Checkout repo with actions/checkoutv3]
E[Login to DockerHub with docker/login-actionv2]
F[Build and push image with docker/build-push-actionv4]
D --> E
E --> F
end
A --> B
B --> C
C --> ubuntu-latest-job
F --> G
-
Notifications
You must be signed in to change notification settings - Fork 0
AlexStroke/cicd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published