Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Rename Dockerfiles to Containerfiles
  • Loading branch information
pellecchialuigi authored Jan 23, 2025
1 parent 3eff8d2 commit a9bf63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ADMIN_PASSWORD=dummy_password
API_PORT=5005
context: .
file: Dockerfile-api
file: Containerfile-api
push: false
no-cache: true
tags: basil-api_${{ env.CONTAINER_ID }}
Expand All @@ -47,7 +47,7 @@ jobs:
API_ENDPOINT=http://localhost:5005
APP_PORT=9056
context: .
file: Dockerfile-app
file: Containerfile-app
push: false
no-cache: true
tags: basil-app_${{ env.CONTAINER_ID }}
Expand Down

0 comments on commit a9bf63b

Please sign in to comment.