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 4293896 commit bb1aa31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mpm-fe-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ../../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 bb1aa31

Please sign in to comment.