Skip to content

Commit

Permalink
fix(build): dockerイメージがビルドできない問題を修正 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Dec 28, 2024
1 parent d57eecb commit bb07799
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-nijimiss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit bb07799

Please sign in to comment.