Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Olooce authored Aug 16, 2024
1 parent 4f8ee73 commit 322a988
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Build Docker image
run: docker build -t mwmPMS-Server .
run: docker build -t mwmpms-server .

- name: Log in to Docker Hub
uses: docker/login-action@v2
Expand All @@ -25,5 +25,5 @@ jobs:

- name: Push Docker image to Docker Hub
run: |
docker tag mwmPMS-Server:latest Olooce/mwmPMS-Server:latest
docker push Olooce/mwmPMS-Server:latest
docker tag mwmpms-server:latest olooce/mwmpms-server:latest
docker push olooce/mwmpms-server:latest

0 comments on commit 322a988

Please sign in to comment.