diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b7e84ca..3abcb05 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.0.2 commit = False message = service version: {current_version} → {new_version} tag = False diff --git a/.github/workflows/check-image.yml b/.github/workflows/check-image.yml index 61676d3..6c3bb1c 100644 --- a/.github/workflows/check-image.yml +++ b/.github/workflows/check-image.yml @@ -1,6 +1,6 @@ name: Build and check image -on: [push, pull_request] +on: push jobs: verify-image-build: diff --git a/.osparc/metadata.yml b/.osparc/metadata.yml index 77f4aa4..6e37cef 100644 --- a/.osparc/metadata.yml +++ b/.osparc/metadata.yml @@ -2,7 +2,7 @@ name: Jupyterlab Julia key: simcore/services/dynamic/jupyterlab-julia type: dynamic integration-version: 2.0.0 -version: 1.0.1 +version: 1.0.2 description: JupyterLab coding environment for creating interactive Jupyter Notebooks with Julia (or Python) contact: iavarone@itis.swiss thumbnail: https://ih1.redbubble.net/image.1456778886.5914/bg,f8f8f8-flat,750x,075,f-pad,750x1000,f8f8f8.jpg diff --git a/Makefile b/Makefile index 6e0f4b4..1aaf804 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ export VCS_STATUS := $(if $(shell git status -s 2> /dev/null || echo unversioned export BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ") export DOCKER_IMAGE_NAME ?= jupyterlab-julia -export DOCKER_IMAGE_TAG ?= 1.0.1 +export DOCKER_IMAGE_TAG ?= 1.0.2 OSPARC_DIR:=$(CURDIR)/.osparc diff --git a/docker-compose-local.yml b/docker-compose-local.yml index 480f2bf..73a769f 100644 --- a/docker-compose-local.yml +++ b/docker-compose-local.yml @@ -1,6 +1,6 @@ services: jupyterlab-julia: - image: simcore/services/dynamic/jupyterlab-julia:1.0.1 + image: simcore/services/dynamic/jupyterlab-julia:1.0.2 ports: - "8888:8888" environment: