Added metrics

This commit is contained in:
DaXcess
2023-03-03 10:03:57 +01:00
parent ee44cddd32
commit 634d6a778d
14 changed files with 300 additions and 65 deletions
+1
View File
@@ -28,6 +28,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile.metrics
tags: |
${{ secrets.REGISTRY_URL }}/spoticord/spoticord:latest
push: ${{ github.ref == 'refs/heads/main' }}