Merge pull request 'fix/ci' (#8) from fix/ci into main
All checks were successful
Build and Publish Docker Image / build_and_push (push) Successful in 43s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2024-12-10 20:35:59 +00:00
2 changed files with 0 additions and 3 deletions

View File

@@ -55,8 +55,6 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: ${{ steps.set_tags.outputs.image_tags }} tags: ${{ steps.set_tags.outputs.image_tags }}
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Set Portainer Webhook URL - name: Set Portainer Webhook URL
run: | run: |

View File

@@ -17,7 +17,6 @@
"license": "ISC", "license": "ISC",
"description": "", "description": "",
"dependencies": { "dependencies": {
"@3t.network/orchestra": "^1.0.0",
"axios": "^1.7.7", "axios": "^1.7.7",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"discord.js": "^14.16.1", "discord.js": "^14.16.1",