Skip to content

Commit

Permalink
change Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderNekr authored Jun 21, 2024
1 parent 7fd4200 commit 1176465
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-docker-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Where am I
run: ls
- name: Build the Docker image
run: docker build ./frontend/ --file Dockerfile --tag frontend:$(date +%s)
run: docker build . --file ./frontend/Dockerfile --tag frontend:$(date +%s)

0 comments on commit 1176465

Please sign in to comment.