[ agent ] [ boot ] - agent boot up procedure - 4
This commit is contained in:
2
.github/workflows/build-push-docker.yml
vendored
2
.github/workflows/build-push-docker.yml
vendored
@@ -137,7 +137,7 @@ jobs:
|
||||
]'
|
||||
|
||||
- name: Publish to GitHub Packages Apache Maven
|
||||
run: mvn -DskipTests=true deploy --file pom.xml
|
||||
run: cd ./agent && pwd && mvn -DskipTests=true deploy --file pom.xml
|
||||
env:
|
||||
GITHUB_USERNAME: ${{ secrets.USERNAME }}
|
||||
GITHUB_TOKEN: ${{ secrets.ALL_TOKEN }}
|
||||
|
||||
@@ -51,6 +51,13 @@
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/zeaslity/ProjectOctopus</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
Reference in New Issue
Block a user