mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 13:22:36 +01:00
Switched to next version which will be 1.2.6
This commit is contained in:
parent
64736db5e1
commit
49781ecd05
@ -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:
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user