Skip to content

Commit

Permalink
Merge pull request #18 from randombenj/feature/tag-unstable
Browse files Browse the repository at this point in the history
tag newest build as unstable
  • Loading branch information
fliiiix authored Nov 12, 2019
2 parents 34e9d8b + 94e406c commit cb7b868
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ jobs:
- name: build docker image
run: |
docker build . --tag randombenj/docat:${{ github.sha }}
docker tag randombenj/docat:${{ github.sha }} randombenj/docat:unstable
- name: tag latest and version on release
run: |
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ you can optionally use volumes to save state:

```sh
# run container in background and persist data (docs, nginx configs)
# use 'randombenj/docat:unstable' to get the latest changes
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \

0 comments on commit cb7b868

Please sign in to comment.