diff options
author | BlackDex <[email protected]> | 2023-03-24 22:07:50 +0100 |
---|---|---|
committer | BlackDex <[email protected]> | 2023-03-25 12:51:42 +0100 |
commit | 8bcd0ab0c67afdfa6310c4eb0fd02bf1dff787a0 (patch) | |
tree | 18df487742a094003cd57822ab54b8699e63712e /README.md | |
parent | 5725d297b481b118fbd3cd43929b842d56e29b31 (diff) | |
download | vaultwarden-8bcd0ab0c67afdfa6310c4eb0fd02bf1dff787a0.tar.gz vaultwarden-8bcd0ab0c67afdfa6310c4eb0fd02bf1dff787a0.zip |
Some small fixes and updates
- Updated workflows to use new checkout version
This probably fixes the curl download for hadolint also.
- Updated crates including Rocket to the latest rc3 :party:
- Applied 2 nightly clippy lints to prevent future clippy issues.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,7 +4,9 @@ --- [![Build](https://github.com/dani-garcia/vaultwarden/actions/workflows/build.yml/badge.svg)](https://github.com/dani-garcia/vaultwarden/actions/workflows/build.yml) +[![ghcr.io](https://img.shields.io/badge/ghcr.io-download-blue)](https://github.com/dani-garcia/vaultwarden/pkgs/container/vaultwarden) [![Docker Pulls](https://img.shields.io/docker/pulls/vaultwarden/server.svg)](https://hub.docker.com/r/vaultwarden/server) +[![Quay.io](https://img.shields.io/badge/Quay.io-download-blue)](https://quay.io/repository/vaultwarden/server) [![Dependency Status](https://deps.rs/repo/github/dani-garcia/vaultwarden/status.svg)](https://deps.rs/repo/github/dani-garcia/vaultwarden) [![GitHub Release](https://img.shields.io/github/release/dani-garcia/vaultwarden.svg)](https://github.com/dani-garcia/vaultwarden/releases/latest) [![AGPL-3.0 Licensed](https://img.shields.io/github/license/dani-garcia/vaultwarden.svg)](https://github.com/dani-garcia/vaultwarden/blob/main/LICENSE.txt) |