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 29356ef commit bbed31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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 qrafzth/conveniados-jvm:0.1.0 .
run: docker build -f src/main/docker/Dockerfile.jvm -t ${{ secrets.DOCKERHUB_USERNAME }}/conveniados-jvm:0.1.0 .
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit bbed31b

Please sign in to comment.