diff --git a/.gitea/workflows/node-build.yaml b/.gitea/workflows/node-build.yaml index 9bb1e75..fc33453 100644 --- a/.gitea/workflows/node-build.yaml +++ b/.gitea/workflows/node-build.yaml @@ -24,7 +24,7 @@ jobs: name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Login to Docker Hub + name: Login to gitea registry uses: docker/login-action@v3 with: registry: gitea.rannes.dev @@ -35,4 +35,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: gitea.rannes.dev/christian/my-portfolio:latest \ No newline at end of file + tags: gitea.rannes.dev/rannes.dev/my-portfolio:latest \ No newline at end of file