Skip to content

Commit

Permalink
Make sure that bake is actually required
Browse files Browse the repository at this point in the history
  • Loading branch information
jcallison1 committed Sep 27, 2024
1 parent 59994a6 commit b34a0d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/bake-action@v5
with:
targets: backend
push: false
load: true
# - name: Build and push
# uses: docker/bake-action@v5
# with:
# targets: backend
# push: false
# load: true

- name: Start backend
run: |
Expand Down

0 comments on commit b34a0d7

Please sign in to comment.