mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
ci...
This commit is contained in:
5
.github/workflows/run-backend-bdd-tests.yml
vendored
5
.github/workflows/run-backend-bdd-tests.yml
vendored
@@ -50,6 +50,11 @@ jobs:
|
|||||||
echo "ACME_DEVELOPMENT_MODE=true" > .env
|
echo "ACME_DEVELOPMENT_MODE=true" > .env
|
||||||
echo "ACME_FEATURE_ENABLED=true" >> .env
|
echo "ACME_FEATURE_ENABLED=true" >> .env
|
||||||
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\"}" >> .env
|
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\"}" >> .env
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
driver-opts: |
|
||||||
|
image=moby/buildkit:latest
|
||||||
- name: Build Infisical backend Docker image with caching
|
- name: Build Infisical backend Docker image with caching
|
||||||
uses: docker/bake-action@v5
|
uses: docker/bake-action@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user