revert: restore workflow to upstream version

This commit is contained in:
findthelorax
2026-04-21 09:55:46 -04:00
committed by Remy
parent feb05a1df5
commit a8ca4f1cca
+3 -3
View File
@@ -15,13 +15,13 @@ jobs:
strategy:
matrix:
include:
- image: ghcr.io/${{ github.repository_owner }}/homelable-backend
- image: ghcr.io/pouzor/homelable-backend
dockerfile: Dockerfile.backend
build_args: ""
- image: ghcr.io/${{ github.repository_owner }}/homelable-frontend
- image: ghcr.io/pouzor/homelable-frontend
dockerfile: Dockerfile.frontend
build_args: ""
- image: ghcr.io/${{ github.repository_owner }}/homelable-frontend-standalone
- image: ghcr.io/pouzor/homelable-frontend-standalone
dockerfile: Dockerfile.frontend
build_args: "VITE_STANDALONE=true"