To build
docker build . --tag dh_wq_monitoring
To test run on local machine
docker run -it --rm dh_wq_monitoring
To compile locally
make -i
Continuous integration
Before running the build and deploy workflow, make sure
- goto the organization page
- select
Packagesfrom the top menu - select the package from the list
- select
Package settingsfrom the lower right menu - In the
Manage Actions accesssection, make sure the repository has a package role ofwrite - In the
Inherit accesssection, make sure theInherit access from source repository (recommended)checkbox is checked - In the
Danger Zonesection, change the visibility of the package topublic- if this is not enabled, then you will need to make sure public package visibility is enabled for the organization. - then run the actions