1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-04-16 13:14:04 +02:00

Switched to next version which will be 1.2.6

This commit is contained in:
Pavel Odintsov 2023-05-23 18:49:29 +01:00
parent 64736db5e1
commit 49781ecd05
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: 2.1
parameters:
fastnetmon_build_version:
type: string
default: "1.2.5"
default: "1.2.6"
orbs:
win: circleci/windows@4.1
jobs:
@ -113,10 +113,10 @@ jobs:
image: ubuntu-2204:current
steps:
- checkout
- run: docker build -t ghcr.io/pavel-odintsov/fastnetmon-community:1.2.4 -t ghcr.io/pavel-odintsov/fastnetmon-community:latest - < src/Dockerfile
- run: docker build -t ghcr.io/pavel-odintsov/fastnetmon-community:<< pipeline.parameters.fastnetmon_build_version >> -t ghcr.io/pavel-odintsov/fastnetmon-community:latest - < src/Dockerfile
- run: sudo docker images
- run: echo $CR_PAT | sudo docker login ghcr.io -u pavel-odintsov --password-stdin
- run: sudo docker push ghcr.io/pavel-odintsov/fastnetmon-community:1.2.4
- run: sudo docker push ghcr.io/pavel-odintsov/fastnetmon-community:<< pipeline.parameters.fastnetmon_build_version >>
- run: sudo docker push ghcr.io/pavel-odintsov/fastnetmon-community:latest
build_gce:
machine:

View File

@ -20,7 +20,7 @@ include(CheckLibraryExists)
set (FASTNETMON_VERSION_MAJOR 1)
set (FASTNETMON_VERSION_MINOR 2)
set (FASTNETMON_VERSION_PATCH 5)
set (FASTNETMON_VERSION_PATCH 6)
set(HIREDIS_CUSTOM_INSTALL_PATH "${FASTNETMON_LIBRARIES_GLOBAL_PATH}/hiredis_0_14")
set(LOG4CPP_CUSTOM_INSTALL_PATH "${FASTNETMON_LIBRARIES_GLOBAL_PATH}/log4cpp_1_1_4")