Skip to content

Commit

Permalink
Dockerfile name change for deployment. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshibbotson authored Jun 15, 2024
2 parents 3f9e435 + c64a734 commit faf638b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: |
docker build /
--build-arg PORT=8081 /
-f docker/app.Dockerfile .
-f docker/Dockerfile .
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
docker build \
--build-arg NEXT_PUBLIC_APP_SERVER_URL=${{ secrets.APP_SERVER_URL }} \
--build-arg NODE_ENV=production \
-f docker/app.Dockerfile \
-f docker/Dockerfile \
-t ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_PROD_IMAGE_NAME }}:latest \
.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build Docker image 🐳
run: |
docker build \
-f docker/app.Dockerfile \
-f docker/Dockerfile \
-t ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_STAGE_IMAGE_NAME }}:latest \
.
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
"
- name: Cleanup 🧹
run: rm -rf ~/.ssh
run: rm -rf ~/.ssh
File renamed without changes.

0 comments on commit faf638b

Please sign in to comment.