Skip to content

Commit

Permalink
Update ci-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacAndra authored Sep 11, 2024
1 parent fe3404a commit 163c32a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ jobs:


- name: Build Application JAR
working-directory: ./blog-api-server
run: mvn clean package

- name: List files
working-directory: ./blog-api-server
run: ls -R

- name: Docker Compose Build
working-directory: ./blog-api-server
run: docker compose build


- name: Push to Docker Hub Container Registry
run: |
docker tag ${{ secrets.DOCKER_USERNAME }}/blog-api-server:latest ${{ secrets.DOCKER_USERNAME }}/blog-api-server:${{ github.run_id }}
Expand Down

0 comments on commit 163c32a

Please sign in to comment.