Skip to content

Commit

Permalink
building only what is needed~
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgmunhoz committed Oct 9, 2023
1 parent 80a981d commit 9b5a507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: 'Create env file'
- name: "Create env file"
run: |
echo "${{ secrets.DOCKER_ENV_FILE }}" > .env
echo "${{ secrets.DOCKER_ENV_FILE }}" > .env
- name: Build
run: |
docker compose build
docker compose build auth calendar
- name: Push Auth Image
env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 9b5a507

Please sign in to comment.