diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5b929b3..e443f03 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -31,9 +31,9 @@ jobs: context: . file: ./Dockerfile push: true - tags: git.izebra.net/mirrored_repos/nexusdash:latest # Adjust the Gitea registry URL and team name + tags: git.izebra.net/izebra_projects/nexusdash-izebra:latest # Adjust the Gitea registry URL and team name - name: Push Docker image to Gitea - run: docker push git.izebra.net/git.izebra.net/mirrored_repos/nexusdash:latest # Adjust the Gitea registry URL and team name + run: docker push git.izebra.net/izebra_projects/nexusdash-izebra:latest # Adjust the Gitea registry URL and team name # Add any additional steps you need for deployment or other tasks \ No newline at end of file