Skip to content

Commit

Permalink
update pub
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseduardoalencar committed Nov 25, 2024
1 parent 4a5dcc8 commit 174ed92
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 17
- name: Build Project
run: mvn clean install
- name: Login docker
run: docker login -u ${{secrets.DOCKER_USERNAME}} -p ${{secrets.DOCKER_PASSWORD}}
- name: Build Docker Image
run: docker build -t luiseduardoalencar/gestao_vagas .
- name: Publish Image
run: docker push luiseduardoalencar/gestao_vagas

0 comments on commit 174ed92

Please sign in to comment.