Skip to content

Commit

Permalink
ci(server): fix docker build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Sep 27, 2024
1 parent a0c4b8c commit adf6385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Download extension artifact
uses: dawidd6/action-download-artifact@v2
if: ${{ inputs.local != 'true' }}
Expand Down

0 comments on commit adf6385

Please sign in to comment.