Skip to content

Commit

Permalink
try depot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Dec 10, 2024
1 parent 25530f5 commit 31e83ec
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test-pr-e2e-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ jobs:
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker-container

- name: Build Docker images
uses: docker/bake-action@v5
- name: Set up Depot CLI
uses: depot/setup-action@v1

- name: Bake Docker images
uses: depot/bake-action@v1
with:
project: qxmcmqzhnd
workdir: .
files: |
tests/e2e_tests/docker-compose-e2e-mysql.yml
Expand Down

0 comments on commit 31e83ec

Please sign in to comment.