From 06c7c72d31a2543071253feba0a4c20fc2d62f55 Mon Sep 17 00:00:00 2001 From: izebra Date: Wed, 3 Jan 2024 13:29:28 -0800 Subject: [PATCH] edited build.yml --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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