Skip to content

Commit

Permalink
fix same mistake I always make
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Sep 14, 2023
1 parent a57073b commit 78aeea0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/partial-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghrc.io/${{ github.repository }}:${{ inputs.tag }}
tags: ghcr.io/${{ github.repository }}:${{ inputs.tag }}
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ These backups are just plain .zip files that you can download from the UI or acc

### Docker Tags

`ghrc.io/mealie-recipes/mealie:nightly`
`ghcr.io/mealie-recipes/mealie:nightly`

The nightly build are the latest and greatest builds that are built directly off of every commit to the `mealie-next` branch and as such may contain bugs. These are great to help the community catch bugs before they hit the stable release or if you like living on the edge.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PostgreSQL might be considered if you need to support many concurrent users. In
version: "3.7"
services:
mealie:
image: ghrc.io/mealie-recipes/mealie:nightly
image: ghcr.io/mealie-recipes/mealie:nightly
container_name: mealie
ports:
- "9925:9000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SQLite is a popular, open source, self-contained, zero-configuration database th
version: "3.7"
services:
mealie-api:
image: ghrc.io/mealie-recipes/mealie:nightly
image: ghcr.io/mealie-recipes/mealie:nightly
container_name: mealie-api
ports:
"9925:9000" # (1)
Expand Down

0 comments on commit 78aeea0

Please sign in to comment.