Skip to content

Commit

Permalink
Merge pull request #19 from nVentiveUX/features/refresh-tags-readme
Browse files Browse the repository at this point in the history
Refresh tags in readme
  • Loading branch information
bigbrozer authored Sep 14, 2021
2 parents 0b8594e + 7ff95e0 commit f58101c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-arm32v6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
calver="$(date +%Y.%m.%d)"
[[ "${branch_name}" == "master" ]] \
&& latest_tag_arg="-t ${IMAGE_NAME}:latest-arm32v6" \
&& latest_tag_arg="-t ${IMAGE_NAME}:latest" \
|| latest_tag_arg=""
docker run \
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ Host [Tiny Tiny RSS](https://tt-rss.org/) instance in a docker container support
## Available images and tags

* **[nventiveux/ttrss](https://hub.docker.com/r/nventiveux/ttrss)** (x86_64)
* *master* ([Dockerfile.amd64](https://github.com/nVentiveUX/docker-ttrss/blob/master/Dockerfile.amd64))
* *develop* ([Dockerfile.amd64](https://github.com/nVentiveUX/docker-ttrss/blob/develop/Dockerfile.amd64))
* *master*, *latest* ([Dockerfile.amd64](https://github.com/nVentiveUX/docker-ttrss/blob/master/Dockerfile.amd64))
* [See all tags](https://hub.docker.com/r/nventiveux/ttrss/tags?page=1&ordering=last_updated)

* **[nventiveux/ttrss-arm32v6](https://hub.docker.com/r/nventiveux/ttrss-arm32v6)** (Raspberry Pi 2 / 3)
* *master* ([Dockerfile.arm32v6](https://github.com/nVentiveUX/docker-ttrss/blob/master/Dockerfile.arm32v6))
* *develop* ([Dockerfile.arm32v6](https://github.com/nVentiveUX/docker-ttrss/blob/develop/Dockerfile.arm32v6))
* *master*, *latest* ([Dockerfile.arm32v6](https://github.com/nVentiveUX/docker-ttrss/blob/master/Dockerfile.arm32v6))
* [See all tags](https://hub.docker.com/r/nventiveux/ttrss-arm32v6/tags?page=1&ordering=last_updated)

**Hint**: tags following [calver versionning](https://calver.org/) are also available if you want to stick to a particular version. Tags starting with `master-YYYY.MM.DD` are the stable versions while `develop-YYYY.MM.DD` are the unstable ones.

## Usage

Expand Down

0 comments on commit f58101c

Please sign in to comment.