Fix github runner for building docker images.

This commit is contained in:
Kanthi Subramanian 2022-05-06 10:01:35 -04:00
parent 06ed8b180f
commit b2eb67d2c0

View File

@ -20,4 +20,4 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Build the Docker image
run: docker build . --file docker/Dockerfile --tag my-image-name:$(date +%s)
run: docker build . --file docker/Dockerfile-debezium-base --tag my-image-name:$(date +%s)