mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-06 18:45:27 +00:00
Fix steps in github workflow
This commit is contained in:
parent
7792ed7f2e
commit
35b512bbfb
1
.github/workflows/docker-image.yml
vendored
1
.github/workflows/docker-image.yml
vendored
@ -19,6 +19,5 @@ jobs:
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file docker/Dockerfile --tag my-image-name:$(date +%s)
|
Loading…
Reference in New Issue
Block a user