Skip to content

Commit

Permalink
add the img test
Browse files Browse the repository at this point in the history
  • Loading branch information
adelemanga committed Jan 9, 2025
1 parent 9a763a5 commit c29703a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ jobs:
context: "{{defaultContext}}:backend"
file: Dockerfile.prod
tags: ${{ secrets.DOCKERHUB_USERNAME }}/wildrent-backend:latest, ${{ secrets.DOCKERHUB_USERNAME }}/wildrent-backend:${{ github.sha }}
- name: Build and push img
uses: docker/build-push-action@v4
with:
push: true
context: "{{defaultContext}}:img"
file: Dockerfile.prod
tags: ${{ secrets.DOCKERHUB_USERNAME }}/wildrent-img:latest, ${{ secrets.DOCKERHUB_USERNAME }}/wildrent-img:${{ github.sha }}

0 comments on commit c29703a

Please sign in to comment.