Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit dece97c

Browse files
committed
Fix fetching tags.
1 parent 55d7847 commit dece97c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
-
2828
name: Checkout
2929
uses: actions/checkout@v2
30+
with:
31+
fetch-depth: 0
3032
-
3133
name: Configure AWS credentials
3234
uses: aws-actions/configure-aws-credentials@v1
@@ -52,6 +54,8 @@ jobs:
5254
-
5355
name: Checkout
5456
uses: actions/checkout@v2
57+
with:
58+
fetch-depth: 0
5559
-
5660
name: Docker meta
5761
id: meta

0 commit comments

Comments
 (0)