From 687d0af569a642dd5f67e03cf970ffbb74497eb2 Mon Sep 17 00:00:00 2001 From: jandroav Date: Tue, 14 May 2024 14:08:37 +0200 Subject: [PATCH] fix(RELEASE.md): update docker image repository URL to docker.liquibase.net for consistency with actual image location --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 6420d8a3..63f6c910 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -92,7 +92,7 @@ Github secret named: `GPG_SECRET` According to [the advanced java setup docs for github actions](https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#gpg) the GPG key should be exported by: `gpg --armor --export-secret-keys YOUR_ID`. From the datical/build-maven:jdk-8 docker container, this can be export by the following: ```bash -$ docker run -it -u root docker.artifactory.datical.net/datical/build-maven:jdk-8 bash +$ docker run -it -u root docker.liquibase.net/build-maven:jdk-8 bash $ gpg -k /home/jenkins/.gnupg/pubring.kbx