We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069c103 commit 10e760fCopy full SHA for 10e760f
1 file changed
.github/workflows/docker-cbdb-build-containers.yml
@@ -82,6 +82,8 @@ jobs:
82
# Checkout repository code with full history
83
- name: Checkout code
84
uses: actions/checkout@v4
85
+ with:
86
+ fetch-depth: 0
87
88
# Generate version information for image tags
89
# - BUILD_DATE: Current date in YYYYMMDD format
0 commit comments