diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1ac264b..11605d6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Build frontend run: | docker build -t git.aranroig.com/${{ secrets.REGISTRY_USER }}/aranroig-frontend:latest ./frontend - docker push gitea.example.com/${{ secrets.REGISTRY_USER }}/aranroig-frontend:latest + docker push git.example.com/${{ secrets.REGISTRY_USER }}/aranroig-frontend:latest - name: Build backend run: |