There was an error while loading. Please reload this page.
1 parent 57154f7 commit e52d286Copy full SHA for e52d286
.github/workflows/maven.yml
@@ -22,3 +22,5 @@ jobs:
22
java-version: 1.11
23
- name: Build with Maven
24
run: mvn -B package --file pom.xml
25
+ - name: Build the Docker image
26
+ run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
0 commit comments