Test expire time
parent
f72b177c8e
commit
854cfaf5c5
|
@ -2,7 +2,11 @@ name: master-latest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
pull_reuqest:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
multiarch-to-dockerhub-latest:
|
multiarch-to-dockerhub-latest:
|
||||||
|
|
|
@ -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.
|
# 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.
|
# 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.
|
# Should we allow actions different than pull, default to false.
|
||||||
ENV ALLOW_PUSH="false"
|
ENV ALLOW_PUSH="false"
|
||||||
|
|
Loading…
Reference in New Issue