Skip to content

Commit

Permalink
Update build-and-push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgmunhoz authored Oct 9, 2023
1 parent 637d9c7 commit 7d7c522
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: 'Create env file'
run: |
echo "${{ secrets.DOCKER_ENV_FILE }}" > .env
- name: Build
run: |
docker compose --env-file=/github/secrets/${{ secrets.DOCKER_ENV_FILE }} build
docker compose build
- name: Push Auth Image
env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 7d7c522

Please sign in to comment.