Skip to content

Commit

Permalink
don't use docker-compose for bake
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu committed Jul 22, 2024
1 parent 0e671a0 commit 383fde1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: touch dotenv
run: touch .enw

- name: Create matrix
id: platforms
run: |
echo "matrix=$(docker buildx bake image-all --print | jq -cr '.target."image-all".platforms')" >>${GITHUB_OUTPUT}
echo "matrix=$(docker buildx bake image-all -f docker-bake.hcl --print | jq -cr '.target."image-all".platforms')" >>${GITHUB_OUTPUT}
- name: Show matrix
run: |
Expand Down

0 comments on commit 383fde1

Please sign in to comment.