Skip to content

Commit

Permalink
fix github actions for tags, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorbo committed Feb 8, 2023
1 parent fec6d8f commit 0a37bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker
on:
push:
branches: [ "master" ]
tags: [ 'v*.*.*' ]
tags: [ '*.*.*' ]
pull_request:
branches: [ "master" ]

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![GitHub last commit](https://img.shields.io/github/last-commit/alexmorbo/react-trassir)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/alexmorbo/react-trassir/docker-publish.yml)
![GitHub tag checks state](https://img.shields.io/github/checks-status/alexmorbo/react-trassir/0.1.0)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/alexmorbo/react-trassir)

This application allows you to control Trassir Server via API

Expand All @@ -13,7 +15,7 @@ Docker
```bash
docker run -d --name trassir-api-client -p 8080:8080 \
-v /path/to/data.db:/app/data/data.db \
ghcr.io/alexmorbo/react-trassir:master
ghcr.io/alexmorbo/react-trassir:latest
```

## Usage
Expand Down

0 comments on commit 0a37bd8

Please sign in to comment.