Build, test and deploy with Github Actions (#260)
* workflow: build and test pushes and pull_requests to master ; deploy image to GHCR * improved tiles verification (*) - Export the tiles as an artifact before verifying. - Only empty.png is verified via checksum. - Verify that all tiles are image/png files. - Verify that all tiles are different from another. * import and start the test server with automatic updates * DockerHub deployment (*) if secrets.DOCKERHUB_USERNAME and secrets.DOCKERHUB_PASSWORD are non-empty
This commit is contained in:
6
.dockerignore
Normal file
6
.dockerignore
Normal file
@@ -0,0 +1,6 @@
|
||||
/.github/
|
||||
/.travis.yml
|
||||
/docker-compose.yml
|
||||
/LICENSE
|
||||
/Makefile
|
||||
/README.md
|
Reference in New Issue
Block a user