We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c16195 commit 84c9d43Copy full SHA for 84c9d43
.github/workflows/docker-build-push.yml
@@ -74,7 +74,7 @@ jobs:
74
file: docker/Dockerfile
75
no-cache: true
76
push: true
77
- tags: streamthoughts/jikkou:${{ env.DOCKER_TAG }}
+ tags: streamthoughts/kafka-connect-file-pulse:${{ env.DOCKER_TAG }}
78
build-args: |
79
VERSION=${{ env.VERSION }}
80
COMMIT=${{ env.GIT_COMMIT }}
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
- tags: streamthoughts/jikkou:latest
+ tags: streamthoughts/kafka-connect-file-pulse:latest
94
95
96
0 commit comments