Skip to content

Commit

Permalink
remove x-bake from compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Dec 10, 2024
1 parent ad86def commit f8b1a79
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/e2e_tests/docker-compose-e2e-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ services:
build:
context: ./keep-ui/
dockerfile: ../docker/Dockerfile.ui
x-bake:
cache-from:
- type=gha,scope=frontend
cache-to:
- type=gha,mode=max,scope=frontend
environment:
- AUTH_TYPE=NO_AUTH
- API_URL=http://keep-backend:8080
Expand All @@ -40,11 +35,6 @@ services:
build:
context: .
dockerfile: docker/Dockerfile.api
x-bake:
cache-from:
- type=gha,scope=backend
cache-to:
- type=gha,mode=max,scope=backend
environment:
- AUTH_TYPE=NO_AUTH
- DATABASE_CONNECTION_STRING=mysql+pymysql://root:keep@keep-database:3306/keep
Expand Down

0 comments on commit f8b1a79

Please sign in to comment.