Add major version tag to docker hub image

This commit is contained in:
Evan Goode 2025-03-29 17:36:44 -04:00
parent a9b1531111
commit d946c07ed8
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Build and push OCI image
env:

View File

@ -28,6 +28,8 @@ cd /srv/drasl
docker compose pull && docker compose up -d
```
Be sure to check [doc/release-notes.md](release-notes.md) for breaking changes before updating.
### Docker with Caddy reverse proxy
If you don't already have a web server to use as a reverse proxy, you can use the `docker-caddy` example instead which sets up a Caddy server with automatic TLS:
@ -52,6 +54,8 @@ cd /srv/drasl
docker compose pull && docker compose up -d
```
Be sure to check [doc/release-notes.md](release-notes.md) for breaking changes before updating.
### Arch Linux (AUR)
Drasl is available in the AUR as `drasl-git`: