[ github-action ] 新增Agent版本控制 - 3

This commit is contained in:
zeaslity
2023-02-08 15:43:50 +08:00
parent f05775d1b4
commit 4382bcdc78

View File

@@ -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