Skip to content

Commit

Permalink
Checkout with depth:0 otherwise git commands aren't functional
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 20, 2025
1 parent 93b95db commit 1ec51c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 1ec51c7

Please sign in to comment.