Skip to content

Commit

Permalink
changing docker image path
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Aug 16, 2024
1 parent bb1aa31 commit c4b1b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mpm-fe-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ../../Website/ui
file: ../../Website/ui/Dockerfile
context: ./Website/ui
file: ./Website/ui/Dockerfile
platforms: linux/amd64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/mpm-frontend:latest

0 comments on commit c4b1b02

Please sign in to comment.