Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
badass-techie committed Oct 15, 2023
1 parent 035f818 commit 05f2da4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Check Out Code
uses: actions/checkout@v3

- name: Copy env.example files to dummy .env (required for docker compose)
run: |
find . -name env.example -exec bash -c 'cp "$1" "${1%env.example}.env"' _ {} \;
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 05f2da4

Please sign in to comment.