Fix steps in github workflow

This commit is contained in:
Kanthi Subramanian 2022-04-29 10:22:15 -04:00
parent 7792ed7f2e
commit 35b512bbfb

View File

@ -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)