Skip to content

Commit

Permalink
docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshartmann committed Jan 8, 2024
1 parent 02cbd7c commit 7103f10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
ghcr.io/${{ github.actor }}/recipify-backend:latest
ghcr.io/${{ github.actor }}/recipify-backend:${{ steps.sha.outputs.short }}
ghcr.io/${{ github.actor }}/tanstack-router-demo-backend:latest
ghcr.io/${{ github.actor }}/tanstack-router-demo-backend:${{ steps.sha.outputs.short }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This is my sample application for the [TanStack Router](https://tanstack.com/rou

![Screenshot of example application](screenshot.png)

I recorded a video on TanStack Router, that uses this demo example. You can find the [video on YouTube](https://youtu.be/KkrS_wfFq2I).

### Techstack

**Backend:**
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- 'POSTGRES_PASSWORD=secret'
- 'POSTGRES_USER=myuser'
backend:
image: 'ghcr.io/nilshartmann/recipify-backend:abcbe4b'
image: 'ghcr.io/nilshartmann/tanstack-router-demo-backend:latest'
environment:
- 'SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/mydatabase'
- 'SPRING_DATASOURCE_USERNAME=myuser'
Expand Down

0 comments on commit 7103f10

Please sign in to comment.