Skip to content

Commit

Permalink
Add checkout to docker-build job
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Mar 1, 2024
1 parent b79295b commit 7aae737
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: bash <(curl -s https://codecov.io/bash)
docker-build:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Docker image
run: make docker

0 comments on commit 7aae737

Please sign in to comment.