Skip to content

douernesto/ppro-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Test Docker Image

A very simple Docker Build GH action that builds a python:3.11-alpine image with a Hello World! Python Script For this demo I made it as simple as possible.

How it works

  1. Checkout Code
  2. Set up Docker Buildx
  3. Build Docker image using Dockerfile only locally
  4. Run the Docker Image and save the stdout
  5. Compare the stdout from the previous step, if the output is correct the image was correctly build. Otherwise exit code 1

To execute

Trigger a Manual Workflow Dispatch for "Build and Test Docker Image"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published