Skip to content

Commit

Permalink
Pipe de CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luizpais committed May 18, 2024
1 parent fbb4973 commit 8e143bd
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 luizpais/conveniados-jvm:0.1.0 .
run: docker build -f src/main/docker/Dockerfile.jvm -t luizpais/sis-consulta-cadastro-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 luizpais/conveniados-jvm:0.1.0
run: docker image push luizpais/sis-consulta-cadastro-jvm:0.1.0
- name: Docker Logout
run: docker logout

Expand Down

0 comments on commit 8e143bd

Please sign in to comment.