mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-26 03:11:37 +00:00
[OPB-xxx] fixing not updating rest api version on release
This commit is contained in:
1
.github/workflows/release_manual.yaml
vendored
1
.github/workflows/release_manual.yaml
vendored
@@ -61,6 +61,7 @@ jobs:
|
|||||||
"templateDeploymentData.tag": "${{ env.version }}",
|
"templateDeploymentData.tag": "${{ env.version }}",
|
||||||
"dbConfigDeploymentData.tag": "${{ env.version }}",
|
"dbConfigDeploymentData.tag": "${{ env.version }}",
|
||||||
"privateRestApi.tag": "${{ env.version }}"
|
"privateRestApi.tag": "${{ env.version }}"
|
||||||
|
"restApi.tag": "${{ env.version }}"
|
||||||
}
|
}
|
||||||
- name: Update .env version
|
- name: Update .env version
|
||||||
run:
|
run:
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ restApi:
|
|||||||
repository: harbor.sheldan.dev/oneplus-bot
|
repository: harbor.sheldan.dev/oneplus-bot
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
image: oneplus-bot-rest-api
|
image: oneplus-bot-rest-api
|
||||||
tag: 1.6.22
|
tag: 1.6.24
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user