Merge pull request #16 from findthelorax/findthelorax-workflow-owner-patch

Update Docker image references to use repository owner
This commit is contained in:
Brett Ferrante
2026-04-20 09:36:24 -04:00
committed by GitHub
+3 -3
View File
@@ -15,13 +15,13 @@ jobs:
strategy:
matrix:
include:
- image: ghcr.io/pouzor/homelable-backend
- image: ghcr.io/${{ github.repository_owner }}/homelable-backend
dockerfile: Dockerfile.backend
build_args: ""
- image: ghcr.io/pouzor/homelable-frontend
- image: ghcr.io/${{ github.repository_owner }}/homelable-frontend
dockerfile: Dockerfile.frontend
build_args: ""
- image: ghcr.io/pouzor/homelable-frontend-standalone
- image: ghcr.io/${{ github.repository_owner }}/homelable-frontend-standalone
dockerfile: Dockerfile.frontend
build_args: "VITE_STANDALONE=true"