Skip to content

Commit afe9a91

Browse files
committed
BF: add fetch-depth: 0 to get all tags into docker builds of master
duplication is evil!!
1 parent ae8d0ef commit afe9a91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout source
1313
uses: actions/checkout@v2
14+
with:
15+
fetch-depth: 0
16+
1417

1518
- name: Generate Dockerfile
1619
run: bash gen-docker-image.sh

0 commit comments

Comments
 (0)