Skip to content

Commit

Permalink
💚 bugfix: ci docker build expect .env exists
Browse files Browse the repository at this point in the history
  • Loading branch information
jedzill4 committed Jan 26, 2025
1 parent babc934 commit d4ee211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
# Step 3: Build the Docker image
- name: Build Docker Image
run: |
touch .env
docker compose build aymurai-api-full
docker tag aymurai-api-full ghcr.io/aymurai/api:full
docker tag aymurai-api ghcr.io/aymurai/api:latest
Expand Down

0 comments on commit d4ee211

Please # to comment.