Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luizpais authored May 10, 2024
1 parent bbed31b commit 04925fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml -DskipTests=true
- name: Build Docker JVM
run: docker build -f src/main/docker/Dockerfile.jvm -t ${{ secrets.DOCKERHUB_USERNAME }}/conveniados-jvm:0.1.0 .
run: docker build -f src/main/docker/Dockerfile.jvm -t luizpais/conveniados-jvm:0.1.0 .
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Deploy Image
run: docker image push qrafzth/conveniados-jvm:0.1.0
run: docker image push luizpais/conveniados-jvm:0.1.0
- name: Docker Logout
run: docker logout

Expand Down

0 comments on commit 04925fe

Please sign in to comment.