diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 82af4a9..3b9961f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: project cicd flow +name: project cicd flow1 on: push: @@ -33,4 +33,4 @@ jobs: registry: docker.io dockerfile: Dockerfile username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file + password: ${{ secrets.DOCKER_PASSWORD }}