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

Commit

Permalink
ci: Prepare docker build before attempting to build
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy committed Mar 4, 2024
1 parent 84bc190 commit 411730d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Prepare Docker build
run: make build

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

0 comments on commit 411730d

Please sign in to comment.