Skip to content

Commit

Permalink
ci: fix matrix build job
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Aug 16, 2023
1 parent 559df26 commit 2201d0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
backend_tag_name: ${{ matrix.backend_tag_name }}
steps:
- uses: actions/checkout@v3
with:
ref: "${{ env.GITHUB_SHA }}"
fetch-depth: 0

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand Down

0 comments on commit 2201d0e

Please sign in to comment.