Skip to content

Commit

Permalink
build: Updated docker hub org
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Oct 13, 2022
1 parent 23035f8 commit 7c62d31
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
JRELEASER_SLACK_WEBHOOK: ${{ secrets.JRELEASER_SLACK_WEBHOOK }}
JRELEASER_SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

- name: JReleaser output
if: always()
Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
uses: docker/build-push-action@v3
with:
push: ${{ github.event_name != 'pull_request' }}
tags: jruaux/redis-kafka-connect:early-access
tags: fieldengineering/redis-kafka-connect:early-access
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY}}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
JRELEASER_SLACK_WEBHOOK: ${{ secrets.JRELEASER_SLACK_WEBHOOK }}
JRELEASER_SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

- name: Commit release version
run: |
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: ${{ github.event_name != 'pull_request' }}
tags: jruaux/redis-kafka-connect:latest,jruaux/redis-kafka-connect:${{ github.event.inputs.version }}
tags: fieldengineering/redis-kafka-connect:latest,fieldengineering/redis-kafka-connect:${{ github.event.inputs.version }}

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
SCHEMA_REGISTRY_LISTENERS: http://0.0.0.0:8081

connect:
image: jruaux/redis-kafka-connect
image: fieldengineering/redis-kafka-connect
hostname: connect
container_name: connect
depends_on:
Expand Down
22 changes: 9 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,14 +366,6 @@
</dependencies>
<configuration>
<attributes>
<icons>font</icons>
<sectanchors>true</sectanchors>
<source-highlighter>coderay</source-highlighter>
<coderay-linenums-mode>table</coderay-linenums-mode>
<toc>left</toc>
<numbered>true</numbered>
<linkattrs>true</linkattrs>
<linkcss>true</linkcss>
<github-owner>${github.owner}</github-owner>
<github-repo>${github.repo}</github-repo>
<component-owner>redis</component-owner>
Expand All @@ -394,13 +386,17 @@
<configuration>
<backend>html5</backend>
<attributes>
<source-highlighter>highlightjs</source-highlighter>
<toc>left</toc>
<toclevels>2</toclevels>
<sectanchors>true</sectanchors>
<!-- set the idprefix to blank -->
<coderay-linenums-mode>table</coderay-linenums-mode>
<icons>font</icons>
<idprefix />
<idseparator>-</idseparator>
<linkattrs>true</linkattrs>
<linkcss>true</linkcss>
<numbered>true</numbered>
<sectanchors>true</sectanchors>
<source-highlighter>coderay</source-highlighter>
<toc>left</toc>
<toclevels>2</toclevels>
</attributes>
</configuration>
</execution>
Expand Down
1 change: 0 additions & 1 deletion src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= {project-name}
:author: Julien Ruaux <[email protected]>
:revnumber: {project-version}
:docinfo1:

Expand Down

0 comments on commit 7c62d31

Please sign in to comment.