Skip to content

Commit b0d1e7d

Browse files
committed
increase artifact retention time.
Signed-off-by: alyssacgoins <[email protected]>
1 parent 19f64ec commit b0d1e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-builds-with-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
name: ${{ env.ARTIFACT_NAME }}
127127
path: ${{ env.ARTIFACTS_PATH }}/${{ env.ARTIFACT_NAME }}.tar
128-
retention-days: 1
128+
retention-days: 7
129129
# Continue the workflow even if the upload failed, because upload can fail if other jobs were able to upload artifact first before the current one
130130
continue-on-error: true
131131

0 commit comments

Comments
 (0)