Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Apr 26, 2023
1 parent 56a7e62 commit 7ee1197
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: |
- name: Start dev environment
run: |
export DOCKER_BUILDKIT=1
make .env dev-certs
docker buildx bake --load \
Expand Down

0 comments on commit 7ee1197

Please sign in to comment.