Skip to content

Commit 5883bf4

Browse files
authored
Update docker-build.yml
1 parent 4b5f4db commit 5883bf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}
2626
if: ${{ env.username != '' }}
2727
- name: Build the Docker image
28+
env:
29+
username: ${{ secrets.DOCKERHUB_USERNAME }}
30+
if: ${{ env.username != '' }}
2831
working-directory: sink-connector
2932
run: docker build . --file docker/Dockerfile-sink-on-debezium-base-image --tag altinity/clickhouse-sink-connector:$(date +%F)
3033
- name: Push docker image to dockerhub

0 commit comments

Comments
 (0)