Skip to content

Commit b572d36

Browse files
committed
Move latest tag to full image, update docs
1 parent c43ad07 commit b572d36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
tags: |
5656
${{ env.IMAGE }}:${{ steps.version.outputs.version }}-slim
5757
${{ env.IMAGE }}:slim
58-
${{ env.IMAGE }}:latest
5958
cache-from: type=gha
6059
cache-to: type=gha,mode=max
6160

@@ -68,6 +67,7 @@ jobs:
6867
tags: |
6968
${{ env.IMAGE }}:${{ steps.version.outputs.version }}-full
7069
${{ env.IMAGE }}:full
70+
${{ env.IMAGE }}:latest
7171
cache-from: type=gha
7272
cache-to: type=gha,mode=max
7373

docs/content/docs/(getting-started)/docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Images are built and pushed to `ghcr.io/spacedriveapp/spacebot` via GitHub Actio
268268
| `v0.1.0-full` | Versioned full |
269269
| `slim` | Rolling slim |
270270
| `full` | Rolling full |
271-
| `latest` | Rolling (points to slim) |
271+
| `latest` | Rolling (points to full) |
272272

273273
## Fly.io Deployment
274274

0 commit comments

Comments
 (0)