Skip to content

Commit ae678ee

Browse files
committed
Add badge and fix address
1 parent 700017c commit ae678ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/DockerBuildAndPush.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Login to GitHub Container Registry
2222
uses: docker/login-action@v1
2323
with:
24-
registry: docker.pkg.github.com
24+
registry: ghcr.io
2525
username: ${{ github.repository_owner }}
2626
password: ${{ secrets.CR_PAT }}
2727
-
@@ -33,4 +33,4 @@ jobs:
3333
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
3434
push: true
3535
tags: |
36-
docker.pkg.github.com/ncareau/mikro-watch:latest
36+
ghcr.io/ncareau/mikro-watch:latest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mikro-Watch
22

3-
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=ncareau_mikro-watch&metric=alert_status)](https://sonarcloud.io/dashboard?id=ncareau_mikro-watch) [![Docker Pulls](https://img.shields.io/docker/pulls/ncareau/mikro-watch)](https://hub.docker.com/r/ncareau/mikro-watch)
3+
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=ncareau_mikro-watch&metric=alert_status)](https://sonarcloud.io/dashboard?id=ncareau_mikro-watch) ![PHP Composer](https://github.com/ncareau/Mikro-Watch/workflows/PHP%20Composer/badge.svg?branch=master) [![Docker Pulls](https://img.shields.io/docker/pulls/ncareau/mikro-watch)](https://hub.docker.com/r/ncareau/mikro-watch)
44

55
PHP process to capture and relay or display the mikrotik Accounting data.
66

0 commit comments

Comments
 (0)