Skip to content

Commit ab3529b

Browse files
authored
Update README.md with new DockerHub repo links
1 parent c191caa commit ab3529b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Azure devops agent
22

3-
[![Licence](https://img.shields.io/github/license/ricardotx/azure-devops-agent?label=Licence&logo=github)](https://github.com/ricardotx/azure-devops-agent/blob/main/LICENSE)
4-
[![GitHub Release](https://img.shields.io/github/v/release/ricardotx/azure-devops-agent?logo=github&label=Release)](https://github.com/ricardotx/azure-devops-agent/releases)
5-
[![Docker Pulls](https://img.shields.io/docker/pulls/ricardotx/azure-devops-agent?logo=docker&label=Docker%20pulls)](https://hub.docker.com/r/ricardotx/azure-devops-agent)
6-
[![Deploy](https://github.com/ricardotx/azure-devops-agent/actions/workflows/deploy.yml/badge.svg)](https://github.com/ricardotx/azure-devops-agent/actions/workflows/deploy.yml)
3+
[![Licence](https://img.shields.io/github/license/rteixeirax/azure-devops-agent?label=Licence&logo=github)](https://github.com/ricardotx/azure-devops-agent/blob/main/LICENSE)
4+
[![GitHub Release](https://img.shields.io/github/v/release/ricardotx/azure-devops-agent?logo=github&label=Release)](https://github.com/rteixeirax/azure-devops-agent/releases)
5+
[![Docker Pulls](https://img.shields.io/docker/pulls/rteixeirax/azure-devops-agent?logo=docker&label=Docker%20pulls)](https://hub.docker.com/r/ricardotx/azure-devops-agent)
6+
[![Deploy](https://github.com/rteixeirax/azure-devops-agent/actions/workflows/deploy.yml/badge.svg)](https://github.com/ricardotx/azure-devops-agent/actions/workflows/deploy.yml)
77

88
*Self-hosted agent for azure pipelines that runs `dotnet-sdk-6.0`, `aspnetcore-runtime-6.0` and `nodejs 16.x`.*
99

@@ -18,7 +18,7 @@ version: "3"
1818
services:
1919
azure-devops-agent:
2020
container_name: azure-devops-agent
21-
image: ricardotx/azure-devops-agent
21+
image: rteixeirax/azure-devops-agent
2222
restart: unless-stopped
2323
environment:
2424
- AZP_URL=https://your.server.instance

0 commit comments

Comments
 (0)