File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: Publish Docker image
22on :
33 push :
44 tags :
5- - v*.*.*
6- - v*.*
5+ - v*.*-memgraph-* .*
6+ - v*.*.*-memgraph-*.*
77
88jobs :
99 build_and_release_docker :
1010 name : Build & release Docker image with tag
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-latest
1212 env :
1313 DOCKER_ORGANIZATION_NAME : memgraph
1414 DOCKER_REPOSITORY_NAME : memgraph-mage
15- MEMGRAPH_VERSION : 2.7 .0
15+ MEMGRAPH_VERSION : 2.8 .0
1616 steps :
1717 - name : Checkout repository and submodules
1818 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 env :
14- MEMGRAPH_VERSION : 2.7 .0
14+ MEMGRAPH_VERSION : 2.8 .0
1515 strategy :
1616 matrix :
1717 architecture : ["amd64", "arm64"]
Original file line number Diff line number Diff line change 11[submodule "cpp/memgraph "]
22 path = cpp/memgraph
33 url = https://github.com/memgraph/memgraph.git
4- branch = release/2.7
4+ branch = release/2.8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:bullseye as base
44
55USER root
66
7- ARG MG_VERSION=2.7 .0
7+ ARG MG_VERSION=2.8 .0
88ARG PY_VERSION_DEFAULT
99ENV MG_VERSION ${MG_VERSION}
1010ENV PY_VERSION ${PY_VERSION_DEFAULT}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG CUGRAPH_VERSION=22.02
22ARG CUDA_VERSION=11.5
33ARG CUDA_VERSION_MINOR=11.5.2
44ARG PY_VERSION=3.8
5- ARG MG_VERSION=2.7 .0
5+ ARG MG_VERSION=2.8 .0
66
77FROM rapidsai/rapidsai:${CUGRAPH_VERSION}-cuda${CUDA_VERSION}-runtime-ubuntu20.04-py${PY_VERSION} as cugraph-dev
88
You can’t perform that action at this time.
0 commit comments