Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
fix(ci): Create target dir before build
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy committed Mar 4, 2024
1 parent 411730d commit 9fd8fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Prepare Docker build
run: make build
run: mkdir target && make build

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
Expand Down

0 comments on commit 9fd8fbe

Please sign in to comment.