Skip to content

Docker image for CI of WMS project

Notifications You must be signed in to change notification settings

lixibox/wms-ci-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Docker image for WMS CI

  • Custom the Ubuntu Image for WMS project to RUN CI on Github Actions

How to re-build the image

docker build -t wms_ci .

How to publish new Image

docker login ghcr.io
docker tag wms_ci:latest ghcr.io/lixibox/wms-ci-image:latest
docker push ghcr.io/ixibox/wms-ci-image:latest

About

Docker image for CI of WMS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published