Test expire time

pull/91/head
Jaesang Lee 2021-05-11 03:17:28 +00:00
parent f72b177c8e
commit 854cfaf5c5
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,11 @@ name: master-latest
on:
push:
branches: [ master ]
branches:
- master
pull_reuqest:
branches:
- master
jobs:
multiarch-to-dockerhub-latest:

View File

@ -92,7 +92,7 @@ ENV MANIFEST_CACHE_SECONDARY_TIME="60d"
# The default cache duration for manifests that don't match either the primary or secondary tiers above.
# In the default config, :latest and other frequently-used tags will get this value.
ENV MANIFEST_CACHE_DEFAULT_TIME="1h"
ENV MANIFEST_CACHE_DEFAULT_TIME="1m"
# Should we allow actions different than pull, default to false.
ENV ALLOW_PUSH="false"