From 4382bcdc78c3c35d4c16e55e9846fe7d21d6afda Mon Sep 17 00:00:00 2001 From: zeaslity Date: Wed, 8 Feb 2023 15:43:50 +0800 Subject: [PATCH] =?UTF-8?q?[=20github-action=20]=20=E6=96=B0=E5=A2=9EAgent?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=8E=A7=E5=88=B6=20-=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-push-docker.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/build-push-docker.yml b/.github/workflows/build-push-docker.yml index 33f834d..4f9fdc9 100644 --- a/.github/workflows/build-push-docker.yml +++ b/.github/workflows/build-push-docker.yml @@ -155,7 +155,7 @@ jobs: rm: true strip_components: 2 - - name: RabbitMQ Message Sender + - name: Send Agent Latest Version Info To RabbitMQ.OctopusToServer # You may pin to the exact commit or the version. # uses: eferraris/rabbit-sender@aca1775ecffe3bce07cf6503089008fa20412e9f uses: eferraris/rabbit-sender@v1.1 @@ -177,25 +177,6 @@ jobs: # Durability for the queue DURABLE: true -# - name: Setup Maven settings.xml -# uses: whelk-io/maven-settings-xml-action@v11 -# with: -# servers: -# '[ -# { -# "id": "github", -# "username": "${env.GITHUB_USERNAME}", -# "password": "${env.GITHUB_TOKEN}" -# } -# ]' -# -# - name: Publish to GitHub Packages Apache Maven -# run: cd ./agent && pwd && mvn -DskipTests=true deploy --file pom.xml -# env: -# GITHUB_USERNAME: ${{ secrets.USERNAME }} -# GITHUB_TOKEN: ${{ secrets.ALL_TOKEN }} -# BUILD_ENV: 'github-actions' - - name: Build and push Docker images - [ Server ]˚ id: docker_build_server