File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 73
73
out/jreleaser/trace.log
74
74
out/jreleaser/output.properties
75
75
out/jreleaser/release/CHANGELOG.md
76
-
76
+
77
77
- name : Set up QEMU
78
78
uses : docker/setup-qemu-action@v2
79
79
90
90
uses : docker/build-push-action@v3
91
91
with :
92
92
push : ${{ github.event_name != 'pull_request' }}
93
- tags : jruaux/redis-kafka-connect:latest
93
+ tags : jruaux/redis-kafka-connect:early-access
Original file line number Diff line number Diff line change 64
64
git commit -a -m "Releasing version $VERSION"
65
65
git push origin master
66
66
67
-
68
67
- name : JReleaser output
69
68
if : always()
70
69
uses : actions/upload-artifact@v2
74
73
out/jreleaser/trace.log
75
74
out/jreleaser/output.properties
76
75
76
+ - name : Set up QEMU
77
+ uses : docker/setup-qemu-action@v2
78
+
79
+ - name : Set up Docker Buildx
80
+ uses : docker/setup-buildx-action@v2
81
+
82
+ - name : Login to DockerHub
83
+ uses : docker/login-action@v2
84
+ with :
85
+ username : ${{ secrets.DOCKER_USERNAME }}
86
+ password : ${{ secrets.DOCKER_PASSWORD }}
87
+
88
+ - name : Build and push
89
+ uses : docker/build-push-action@v3
90
+ with :
91
+ push : ${{ github.event_name != 'pull_request' }}
92
+ tags : jruaux/redis-kafka-connect:latest,jruaux/redis-kafka-connect:${{ github.event.inputs.version }}
93
+
77
94
- name : Deploy
78
95
uses : peaceiris/actions-gh-pages@v3
79
96
with :
80
97
github_token : ${{ secrets.GIT_ACCESS_TOKEN }}
81
- publish_dir : ./target/generated-docs
98
+ publish_dir : ./target/generated-docs
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Redis Kafka Connector (Source and Sink) by Redis.
15
15
16
16
== Documentation
17
17
18
- Documentation is available at link:{documentation-url}[{documentation-url}]
18
+ Documentation is available at link:{documentation-url}[{documentation-url}].
19
19
20
20
== Downloading
21
21
You can’t perform that action at this time.
0 commit comments