init
All checks were successful
Build SMS Gateway / Build image (push) Successful in 11s

This commit is contained in:
2026-01-19 18:49:45 +07:00
parent c49851de8b
commit 0d49a9b2c3
2 changed files with 39 additions and 3 deletions

View File

@@ -34,6 +34,6 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/kb-admin:${{ steps.version.outputs.VERSION }}
${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/kb-admin:latest
${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/sms-opt-gateway:${{ steps.version.outputs.VERSION }}
${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/sms-opt-gateway:latest

View File

@@ -1,3 +1,39 @@
{
"messages": []
"messages": [
{
"id": 1768823103019,
"timestamp": "2026-01-19T11:45:03.019Z",
"login": "user",
"phone": " 79001234567",
"message": "Your code: 1234"
},
{
"id": 1768823103396,
"timestamp": "2026-01-19T11:45:03.396Z",
"login": "user",
"phone": " 79001234567",
"message": "Your code: 1234"
},
{
"id": 1768823103779,
"timestamp": "2026-01-19T11:45:03.779Z",
"login": "user",
"phone": " 79001234567",
"message": "Your code: 1234"
},
{
"id": 1768823104179,
"timestamp": "2026-01-19T11:45:04.179Z",
"login": "user",
"phone": " 79001234567",
"message": "Your code: 1234"
},
{
"id": 1768823104567,
"timestamp": "2026-01-19T11:45:04.567Z",
"login": "user",
"phone": " 79001234567",
"message": "Your code: 1234"
}
]
}