Merge branch 'main' into dp-fix
This commit is contained in:
@@ -0,0 +1 @@
|
||||
patreon: DenPiligrim
|
||||
@@ -12,6 +12,11 @@ env:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
environment:
|
||||
name: production
|
||||
url: https://github.com/denpiligrim/3dp-manager/pkgs/container/3dp-manager-server
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
@@ -39,4 +44,4 @@ jobs:
|
||||
with:
|
||||
context: ./client
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-client:${{ github.ref_name }}
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-client:${{ github.ref_name }}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "3dp-manager",
|
||||
"version": "2.0.1",
|
||||
"description": "Inbound generator for 3x-ui",
|
||||
"private": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/denpiligrim/3dp-manager.git"
|
||||
},
|
||||
"author": "DenPiligrim",
|
||||
"license": "GPL-3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user