mirror of
https://github.com/pinry/pinry.git
synced 2026-01-11 01:32:05 +01:00
feature: add git fetch depth
This commit is contained in:
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user