From 6c2d35def53fbfd01937b2057e9075191a89c905 Mon Sep 17 00:00:00 2001 From: IceDerce Date: Thu, 22 Dec 2022 17:44:16 +0800 Subject: [PATCH] [ agent ] [ boot ] - agent boot up procedure - 3 --- .github/workflows/build-push-docker.yml | 24 ++++++++++++------------ agent/pom.xml | 7 ------- pom.xml | 8 ++++++++ 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build-push-docker.yml b/.github/workflows/build-push-docker.yml index 78ee0fd..56be859 100644 --- a/.github/workflows/build-push-docker.yml +++ b/.github/workflows/build-push-docker.yml @@ -60,17 +60,17 @@ jobs: # optional, default is true logout: true - - name: Docker Tags GENERATE Uniformly - [ BASE ] - id: docker_tags_base # you'll use this in the next step - uses: docker/metadata-action@v4.1.1 - with: - # list of Docker images to use as base name for tags - images: | - ${{ secrets.DOCKERHUB_USERNAME }}/eclipse-temurin-11-jre-focal - # Docker tags based on the following events/attributes - tags: | - latest - {{date 'YYYY-MM-DD-HH-mm'}} +# - name: Docker Tags GENERATE Uniformly - [ BASE ] +# id: docker_tags_base # you'll use this in the next step +# uses: docker/metadata-action@v4.1.1 +# with: +# # list of Docker images to use as base name for tags +# images: | +# ${{ secrets.DOCKERHUB_USERNAME }}/eclipse-temurin-11-jre-focal +# # Docker tags based on the following events/attributes +# tags: | +# latest +# {{date 'YYYY-MM-DD-HH-mm'}} - name: Docker Tags GENERATE Uniformly - [ SERVER ] id: docker_tags_server # you'll use this in the next step @@ -137,7 +137,7 @@ jobs: ]' - name: Publish to GitHub Packages Apache Maven - run: mvn deploy + run: mvn -DskipTests=true deploy --file pom.xml env: GITHUB_USERNAME: ${{ secrets.USERNAME }} GITHUB_TOKEN: ${{ secrets.ALL_TOKEN }} diff --git a/agent/pom.xml b/agent/pom.xml index fa1068d..5ae1546 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -51,13 +51,6 @@ - - - github - GitHub Apache Maven Packages - https://maven.pkg.github.com/zeaslity/ProjectOctopus - - diff --git a/pom.xml b/pom.xml index 8f50581..eed1e77 100644 --- a/pom.xml +++ b/pom.xml @@ -146,6 +146,14 @@ + + + github + GitHub Apache Maven Packages + https://maven.pkg.github.com/zeaslity/ProjectOctopus + + +