Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobomo/drupalstand-ci
DrupalStand's CI build image
https://github.com/mobomo/drupalstand-ci
Last synced: about 1 month ago
JSON representation
DrupalStand's CI build image
- Host: GitHub
- URL: https://github.com/mobomo/drupalstand-ci
- Owner: mobomo
- Created: 2021-01-12T20:46:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T01:23:39.000Z (4 months ago)
- Last Synced: 2024-09-08T02:53:34.360Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 35
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupalstand-CI
A baseline image to be used as the base for all CI operations for Drupalstand based projects.
## Building and pushing
* On a successful merge/push to the `master` branch Docker Hub will automatically update the following tags as needed:
* 8.0-latest
* 7.4-latest
* To tag a specific release use `git tag` using the following formats:
* 8.0-x.x.x
* 7.4-x.x.x
* Then `git push origin --tags` to push the tags to github and trigger the release builds on Docker Hub.