File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments