diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ab9d736..621c8e7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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) \ No newline at end of file