Skip to content

Commit e6fc6bf

Browse files
committed
Merge branch 'main' of github.com:MobileTeleSystems/logs
2 parents 612e757 + dddbf09 commit e6fc6bf

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Log into registry docker.io
2828
uses: docker/login-action@v3
@@ -51,7 +51,7 @@ jobs:
5151
echo "PATCH=$(echo $VERSION | cut -d. -f3)" >> $GITHUB_ENV
5252
5353
- name: Build and push Docker image
54-
uses: docker/build-push-action@v3
54+
uses: docker/build-push-action@v6
5555
with:
5656
push: true
5757
tags: |

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.2.4] - 2025-12-23
6+
7+
# Changelog
8+
9+
All notable changes to this project will be documented in this file.
10+
11+
## [1.2.3] - 2025-12-23
12+
13+
# Changelog
14+
15+
All notable changes to this project will be documented in this file.
16+
517
## [1.2.2] - 2025-12-23
618

719
# Changelog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logs",
3-
"version": "1.2.2",
3+
"version": "1.2.4",
44
"description": "The microservice contains an API that accepts any JSON object from the browser and outputs it to the container's stdout",
55
"author": "MobileTeleSystems",
66
"homepage": "https://github.com/MobileTeleSystems/logs",

0 commit comments

Comments
 (0)