File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,8 @@ jobs:
293
293
steps :
294
294
- name : Checkout
295
295
uses : actions/checkout@v4
296
+ with :
297
+ fetch-depth : 0
296
298
- name : Buildah build
297
299
id : build-image
298
300
uses : redhat-actions/buildah-build@v2
Original file line number Diff line number Diff line change @@ -251,6 +251,8 @@ jobs:
251
251
steps :
252
252
- name : Checkout
253
253
uses : actions/checkout@v4
254
+ with :
255
+ fetch-depth : 0
254
256
- name : Buildah build
255
257
id : build-image
256
258
uses : redhat-actions/buildah-build@v2
Original file line number Diff line number Diff line change @@ -295,6 +295,8 @@ jobs:
295
295
steps :
296
296
- name : Checkout
297
297
uses : actions/checkout@v4
298
+ with :
299
+ fetch-depth : 0
298
300
- name : Get version from branch
299
301
run : echo "PACKAGE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
300
302
- name : Buildah build
Original file line number Diff line number Diff line change @@ -294,6 +294,8 @@ jobs:
294
294
steps :
295
295
- name : Checkout
296
296
uses : actions/checkout@v4
297
+ with :
298
+ fetch-depth : 0
297
299
- name : Get version from branch
298
300
run : echo "PACKAGE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
299
301
- name : Buildah build
You can’t perform that action at this time.
0 commit comments