Skip to content

Commit

Permalink
Merge pull request #3 from PavelSBorisov/docker-pipeline
Browse files Browse the repository at this point in the history
[Limechain] Modify fetch-depth to ensure history and tags are available in workflow
  • Loading branch information
PavelSBorisov authored Aug 26, 2024
2 parents fee97d4 + 532ff9d commit 1f172de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 1f172de

Please sign in to comment.