From 8450c038ae320828742fc65acbfd2d9023183928 Mon Sep 17 00:00:00 2001 From: Pierre-yves-monnet Date: Fri, 13 Dec 2024 16:02:21 -0800 Subject: [PATCH] Fix error on doc + banner + pom --- README.md | 12 +++--------- pom.xml | 2 +- src/main/resources/banner.txt | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9a4a9e9..507d54c 100644 --- a/README.md +++ b/README.md @@ -464,21 +464,15 @@ docker build -t pierre-yves-monnet/process-execution-automator:1.8.1 . Push the image to the Camunda hub (you must be login first to the docker registry) ```` -docker tag pierre-yves-monnet/process-execution-automator:1.8.0 ghcr.io/camunda-community-hub/process-execution-automator:1.8.0 -docker push ghcr.io/camunda-community-hub/process-execution-automator:1.8.0 +docker tag pierre-yves-monnet/process-execution-automator:1.8.1 ghcr.io/camunda-community-hub/process-execution-automator:1.8.1 +docker push ghcr.io/camunda-community-hub/process-execution-automator:1.8.1 ```` -Temporary: -docker build -t pierre-yves-monnet/process-execution-automator:1.8.3 . -docker tag pierre-yves-monnet/process-execution-automator:1.8.3 pycamunda/camunda-hub:process-execution-automator-1.8.3 -docker push pycamunda/camunda-hub:process-execution-automator-1.8.3 - - Tag as the latest: ```` -docker tag pierre-yves-monnet/process-execution-automator:1.8.0 ghcr.io/camunda-community-hub/process-execution-automator:latest +docker tag pierre-yves-monnet/process-execution-automator:1.8.1 ghcr.io/camunda-community-hub/process-execution-automator:latest docker push ghcr.io/camunda-community-hub/process-execution-automator:latest ```` diff --git a/pom.xml b/pom.xml index f4300a6..ce1175a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.camunda.community.automator process-execution-automator -Norm 1.8.1 + 1.8.1 diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt index f1be3d6..68e2106 100644 --- a/src/main/resources/banner.txt +++ b/src/main/resources/banner.txt @@ -5,4 +5,4 @@ __________ __ |____| |__| \____/ \___ >___ >____ >____ > (____ /____/ |__| \____/|__|_| (____ /__| \____/|__| \/ \/ \/ \/ \/ \/ \/ - (v1.8.7) + (v1.8.1)