diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index e9dd751..e82e56b 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -35,5 +35,5 @@ jobs: context: . file: ./Dockerfile push: true - tags: "private-registry:5000/python-locust-example:${{gitea.sha}},private-registry:5000/python-locust-example:latest" + tags: "http://private-registry:5000/python-locust-example:${{gitea.sha}},http://private-registry:5000/python-locust-example:latest"