Skip to content

Commit

Permalink
build: restore checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia authored Dec 4, 2024
1 parent 9db01a3 commit fd7d818
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Login to Harbor
uses: docker/login-action@v3
Expand Down

0 comments on commit fd7d818

Please sign in to comment.