Skip to content

Commit e52d286

Browse files
authored
Update maven.yml
1 parent 57154f7 commit e52d286

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
java-version: 1.11
2323
- name: Build with Maven
2424
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

Comments
 (0)