Skip to content

Commit

Permalink
Merge pull request #3 from lorenzo-lepore/lorenzo-lepore-patch-2
Browse files Browse the repository at this point in the history
Pull request utilizzata per verificare il funzionamento del workflow Greeter
  • Loading branch information
lorenzo-lepore authored Jul 8, 2024
2 parents 9ad9445 + 4866fdb commit 0ca7577
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -27,3 +26,9 @@ jobs:

- name: Build with Maven
run: mvn clean install

# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 0ca7577

Please sign in to comment.