mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-21 03:52:38 +01:00
The latest tag is for stable releases (#35)
This commit is contained in:
4
.github/workflows/build_container_images.yml
vendored
4
.github/workflows/build_container_images.yml
vendored
@@ -105,9 +105,9 @@ jobs:
|
|||||||
TACHIDESK_FILENAME=${{ steps.get_latest_release_metadata.outputs.release_filename }}
|
TACHIDESK_FILENAME=${{ steps.get_latest_release_metadata.outputs.release_filename }}
|
||||||
TACHIDESK_DOCKER_GIT_COMMIT=${{ steps.get_latest_release_metadata.outputs.tachidesk_docker_git_commit }}
|
TACHIDESK_DOCKER_GIT_COMMIT=${{ steps.get_latest_release_metadata.outputs.tachidesk_docker_git_commit }}
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/suwayomi/tachidesk:latest
|
${{ inputs.tachidesk_release_type == 'stable' && 'ghcr.io/suwayomi/tachidesk:latest' }}
|
||||||
ghcr.io/suwayomi/tachidesk:${{ inputs.tachidesk_release_type }}
|
ghcr.io/suwayomi/tachidesk:${{ inputs.tachidesk_release_type }}
|
||||||
ghcr.io/suwayomi/tachidesk:${{ inputs.tachidesk_release_type == 'stable' && steps.get_latest_release_metadata.outputs.release_tag }}
|
ghcr.io/suwayomi/tachidesk:${{ steps.get_latest_release_metadata.outputs.release_tag }}
|
||||||
|
|
||||||
- name: Send a Discord message through the webhook (preview build)
|
- name: Send a Discord message through the webhook (preview build)
|
||||||
if: inputs.tachidesk_release_type == 'preview'
|
if: inputs.tachidesk_release_type == 'preview'
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -40,11 +40,11 @@ There are a number of environment variables available to configure Suwayomi:
|
|||||||
|
|
||||||
# Docker tags
|
# Docker tags
|
||||||
|
|
||||||
## Stable
|
## Latest
|
||||||
|
|
||||||
`ghcr.io/suwayomi/tachidesk:stable`
|
`ghcr.io/suwayomi/tachidesk:latest`
|
||||||
|
|
||||||
The latest stable release of the server.
|
The latest stable release of the server. Also tagged as `:stable`.
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||
@@ -52,12 +52,6 @@ The latest stable release of the server.
|
|||||||
|
|
||||||
The latest preview release of the server. Can be buggy!
|
The latest preview release of the server. Can be buggy!
|
||||||
|
|
||||||
## Latest
|
|
||||||
|
|
||||||
`ghcr.io/suwayomi/tachidesk:latest`
|
|
||||||
|
|
||||||
The most recent container to be created, can be either the stable or preview versions. Be careful!
|
|
||||||
|
|
||||||
# Docker commands
|
# Docker commands
|
||||||
|
|
||||||
Expose to localhost ip
|
Expose to localhost ip
|
||||||
|
|||||||
Reference in New Issue
Block a user