Skip to content

A Java test project using Gradle for experimenting with Github Actions

Notifications You must be signed in to change notification settings

sandman/java-test-gh-actions

 
 

Repository files navigation

build the project
./gradlew build
build Docker image called java-app. Execute from root
docker build -t java-app .
push image to repo
docker tag java-app demo-app:java-1.0

About

A Java test project using Gradle for experimenting with Github Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.9%
  • Dockerfile 16.1%