Skip to content

Commit 89a0b87

Browse files
authored
added new argument to checkout code step (#108)
1 parent 8c356b7 commit 89a0b87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tagBasedImageBuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
14+
with:
15+
fetch-depth: 0 # This fetches all history for all tags and branches
1416

1517
- name: Verify tag is on main branch
1618
run: |

0 commit comments

Comments
 (0)