Skip to content

Commit adcbdf5

Browse files
committed
Enable layer caching with 'cache-mode: max'
This resolves #167 (comment).
1 parent 85bfdc0 commit adcbdf5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
push: true
2525
platforms: linux/amd64,linux/arm64
2626
build-args: OVERPASS_VERSION=${{ github.event.release.tag_name || inputs.overpass_version }}
27+
cache: true
28+
cache-mode: max
2729
meta-images: ${{ vars.DOCKERHUB_USERNAME }}/overpass-api
2830
meta-tags: type=semver,pattern={{version}}
2931
secrets:

0 commit comments

Comments
 (0)