Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariachrisochoou authored Apr 25, 2024
1 parent 5352729 commit cce0287
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,3 @@ jobs:
- name: Build with Maven
run: mvn -f lab/ clean install -DskipTests

- name: Build Docker Image
run: docker build -f lab/Dockerfile -t labapp .

# - name: Push Docker Image
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# - run: docker push labapp

0 comments on commit cce0287

Please sign in to comment.