Skip to content

Commit

Permalink
fix(RELEASE.md): update docker image repository URL to docker.liquiba…
Browse files Browse the repository at this point in the history
…se.net for consistency with actual image location
  • Loading branch information
jandroav committed May 14, 2024
1 parent 7e26177 commit 687d0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 687d0af

Please sign in to comment.