Skip to content

Commit

Permalink
Update docker_pipe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Fayez95 authored Aug 27, 2024
1 parent dd89482 commit 08c2905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
push: true
context: ./Frontend/
file: Dockerfile
file: ./Frontend/Dockerfile
platforms: linux/amd64
tags: |
hartypotter/frontend:latest
Expand All @@ -44,7 +44,7 @@ jobs:
with:
push: true
context: ./Backend/
file: Dockerfile
file: ./Backend/Dockerfile
platforms: linux/amd64
tags: |
hartypotter/backend:latest
Expand Down

0 comments on commit 08c2905

Please sign in to comment.