File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/content/docs/(getting-started) Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments