Skip to content

AlexStroke/cicd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

cicd

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

Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published