Skip to content

Basic Demo CI/CD Pipeline with Docker using Github Actions

Notifications You must be signed in to change notification settings

maulanaakbardj/CI_Java_App

Repository files navigation

GitHub Actions Docker Build And Push

Basic Demo CI/CD Pipeline with Docker using Github Actions

Untitled Diagram

build the Java 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-java-app:java-1.0

About

Basic Demo CI/CD Pipeline with Docker using Github Actions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published