mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 23:23:42 -06:00
Fixed image which checks if Dockerfile changed by making sure it fetches more commits
This commit is contained in:
parent
755a52b78e
commit
bc38ecf6de
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -283,6 +283,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 100
|
||||||
- uses: marceloprado/has-changed-path@v1
|
- uses: marceloprado/has-changed-path@v1
|
||||||
id: changed-dockerfile
|
id: changed-dockerfile
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user