[ github-action ] 新增Agent版本控制 - 1
This commit is contained in:
2
.github/workflows/build-push-docker.yml
vendored
2
.github/workflows/build-push-docker.yml
vendored
@@ -174,7 +174,7 @@ jobs:
|
|||||||
# Name for the queue
|
# Name for the queue
|
||||||
RABBIT_QUEUE_NAME: "OctopusToServer"
|
RABBIT_QUEUE_NAME: "OctopusToServer"
|
||||||
# Message to be sent
|
# Message to be sent
|
||||||
MESSAGE: {"uuid":"Octopus-Server","init_time": ${{ env.AGENT_VERSION }},"type":"AGENT","content":${{ env.AGENT_VERSION }},"result": ${{ env.AGENT_VERSION }},"ac_time": ${{ env.AGENT_VERSION }}}
|
MESSAGE: "{\"uuid\":\"Octopus-Server\",\"init_time\": ${{ env.AGENT_VERSION }},\"type\":\"AGENT\",\"content\":${{ env.AGENT_VERSION }},\"result\": ${{ env.AGENT_VERSION }},\"ac_time\": ${{ env.AGENT_VERSION }}}"
|
||||||
# Durability for the queue
|
# Durability for the queue
|
||||||
DURABLE: true
|
DURABLE: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user