Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored Nov 22, 2023
1 parent 4b5f4db commit 5883bf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
if: ${{ env.username != '' }}
- name: Build the Docker image
env:
username: ${{ secrets.DOCKERHUB_USERNAME }}
if: ${{ env.username != '' }}
working-directory: sink-connector
run: docker build . --file docker/Dockerfile-sink-on-debezium-base-image --tag altinity/clickhouse-sink-connector:$(date +%F)
- name: Push docker image to dockerhub
Expand Down

0 comments on commit 5883bf4

Please sign in to comment.