edited build.yml
Some checks failed
Docker Build / build (push) Failing after 1m11s

This commit is contained in:
izebra 2024-01-03 13:29:28 -08:00
parent 3b98fce1b5
commit 06c7c72d31

View File

@ -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