Skip to content

nliebelt/docker-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker

Docker publish with GH-Actions and Nexus3

Docker GitHub actions showcase. Build and publish a container with GH-Actions

Main purpose is to give an example for publishing container images via GitHub to an nexus instance.

Build

Build a local container from the Dockerfile

docker build . --file Dockerfile --tag docker-artifacts.serie-a.de/nliebelt/docker-github-actions:latest

Publish

docker login docker-artifacts.serie-a.de
docker push docker-artifacts.serie-a.de/nliebelt/docker-github-actions:latest

About

Showcase to build and publish a Container with github actions

Resources

Stars

Watchers

Forks

Packages

No packages published