mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 19:06:04 -04:00
Add major version tag to docker hub image
This commit is contained in:
parent
a9b1531111
commit
d946c07ed8
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=semver,pattern={{major}}
|
||||||
|
|
||||||
- name: Build and push OCI image
|
- name: Build and push OCI image
|
||||||
env:
|
env:
|
||||||
|
@ -28,6 +28,8 @@ cd /srv/drasl
|
|||||||
docker compose pull && docker compose up -d
|
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
|
### 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:
|
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
|
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)
|
### Arch Linux (AUR)
|
||||||
|
|
||||||
Drasl is available in the AUR as `drasl-git`:
|
Drasl is available in the AUR as `drasl-git`:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user