From 24a138065bfe162847b4eec859182233862259c5 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Thu, 2 Apr 2026 12:15:05 -0700 Subject: [PATCH] fix: maybe fixing this --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b43cac1..aa975ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: with: context: . push: true - tags: ${{ secrets.GITEA_DOMAIN }}/${{ secrets.GITEA_USERNAME }}/resumelens/backend:latest + tags: ${{ secrets.GITEA_DOMAIN }}/${{ secrets.GITEA_USERNAME }}resumelens/backend:latest # Build and Push React Frontend - name: Build and Push Frontend