feature: add git fetch depth

This commit is contained in:
winkidney
2022-04-23 07:04:17 -07:00
parent 81d78adf98
commit d55725aecb

View File

@@ -1,4 +1,4 @@
name: build our image
name: build multiple platform image
on:
push:
@@ -12,6 +12,8 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1