Skip to content

Commit

Permalink
Merge pull request #34 from cevich/minor_fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
cevich authored May 31, 2024
2 parents f7cf63b + 35c0094 commit 646bc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ test_aio_image_build_task:

cron_aio_build_task:
alias: cron_aio_build
name: "Build AIO image"
only_if: $CIRRUS_CRON == 'cron_aio_build_task'
gce_instance: *build_push
env:
Expand Down
2 changes: 1 addition & 1 deletion ci/aio_build_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ for arg in "--label" "--annotation"; do
)

# Save users from themselves, block super-duper old versions from being used
label_args+=("$arg=quay.expires-after=1y")
label_args+=("$arg=quay.expires-after=365d")

# Definitely not any official spec., but offers a quick reference to exactly what produced
# the images and it's current signature.
Expand Down

0 comments on commit 646bc53

Please sign in to comment.