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 4b5f4db commit 5883bf4Copy full SHA for 5883bf4
.github/workflows/docker-build.yml
@@ -25,6 +25,9 @@ jobs:
25
password: ${{ secrets.DOCKERHUB_TOKEN }}
26
if: ${{ env.username != '' }}
27
- name: Build the Docker image
28
+ env:
29
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
30
+ if: ${{ env.username != '' }}
31
working-directory: sink-connector
32
run: docker build . --file docker/Dockerfile-sink-on-debezium-base-image --tag altinity/clickhouse-sink-connector:$(date +%F)
33
- name: Push docker image to dockerhub
0 commit comments