Skip to content

Commit

Permalink
Merge pull request #68 from cscetbon/fix-docker-build
Browse files Browse the repository at this point in the history
Fetch tags as well
  • Loading branch information
cscetbon authored Aug 18, 2022
2 parents 1207df1 + f21c60a commit 1c88cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-and-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Log in to the Container registry
uses: docker/[email protected]
Expand Down

0 comments on commit 1c88cf7

Please sign in to comment.