diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 407de77..20ed5d5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,4 +1,4 @@ -name: mongonext-backend-with-maven +name: Build with Maven on: push: @@ -9,7 +9,6 @@ on: jobs: build: runs-on: ubuntu-latest - steps: - name: Checkout code uses: actions/checkout@v4 @@ -26,4 +25,10 @@ jobs: maven-version: 3.9.4 - name: Build with Maven - run: mvn clean install \ No newline at end of file + run: mvn clean install + +# - name: Login to Docker Hub +# uses: docker/login-action@v3 +# with: +# username: ${{ secrets.DOCKERHUB_USERNAME }} +# password: ${{ secrets.DOCKERHUB_TOKEN }} \ No newline at end of file