Skip to content

Commit 84c9d43

Browse files
committed
build: fix wrong docker image name
1 parent 2c16195 commit 84c9d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
file: docker/Dockerfile
7575
no-cache: true
7676
push: true
77-
tags: streamthoughts/jikkou:${{ env.DOCKER_TAG }}
77+
tags: streamthoughts/kafka-connect-file-pulse:${{ env.DOCKER_TAG }}
7878
build-args: |
7979
VERSION=${{ env.VERSION }}
8080
COMMIT=${{ env.GIT_COMMIT }}
@@ -90,7 +90,7 @@ jobs:
9090
file: docker/Dockerfile
9191
no-cache: true
9292
push: true
93-
tags: streamthoughts/jikkou:latest
93+
tags: streamthoughts/kafka-connect-file-pulse:latest
9494
build-args: |
9595
VERSION=${{ env.VERSION }}
9696
COMMIT=${{ env.GIT_COMMIT }}

0 commit comments

Comments
 (0)