Skip to content

jon-andre/github-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-packages

Simple example of building a container and pushing it to ghcr.io using GitHub Actions.

Note: There is a premade Action that should be used when possible:

name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
  push: true
  tags: user/app:latest

About

Hello World for GitHub Packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published