Skip to content

Commit

Permalink
ci: checkoutするように
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Mar 10, 2024
1 parent caf2677 commit ca240b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 10
- name: Set short git commit SHA
id: vars
run: |
Expand Down

0 comments on commit ca240b7

Please sign in to comment.