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:
293293 steps :
294294 - name : Checkout
295295 uses : actions/checkout@v4
296+ with :
297+ fetch-depth : 0
296298 - name : Buildah build
297299 id : build-image
298300 uses : redhat-actions/buildah-build@v2
Original file line number Diff line number Diff line change @@ -251,6 +251,8 @@ jobs:
251251 steps :
252252 - name : Checkout
253253 uses : actions/checkout@v4
254+ with :
255+ fetch-depth : 0
254256 - name : Buildah build
255257 id : build-image
256258 uses : redhat-actions/buildah-build@v2
Original file line number Diff line number Diff line change @@ -295,6 +295,8 @@ jobs:
295295 steps :
296296 - name : Checkout
297297 uses : actions/checkout@v4
298+ with :
299+ fetch-depth : 0
298300 - name : Get version from branch
299301 run : echo "PACKAGE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
300302 - name : Buildah build
Original file line number Diff line number Diff line change @@ -294,6 +294,8 @@ jobs:
294294 steps :
295295 - name : Checkout
296296 uses : actions/checkout@v4
297+ with :
298+ fetch-depth : 0
297299 - name : Get version from branch
298300 run : echo "PACKAGE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
299301 - name : Buildah build
You can’t perform that action at this time.
0 commit comments