Skip to content

Commit add14f7

Browse files
author
Madan Shah
committed
fix: use fetch-depth 0 to support checkout by commit SHA
1 parent 6317a46 commit add14f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish-ecr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
with:
7878
persist-credentials: false
7979
ref: ${{ inputs.ref || env.DEFAULT_BUILD_REF }}
80+
fetch-depth: 0
8081

8182
- name: Resolve build metadata
8283
env:

0 commit comments

Comments
 (0)