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