ci: use gha cache for docker builds
This commit is contained in:
parent
6f8df324a9
commit
c290525b5c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -247,6 +247,8 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/ietf-tools/datatracker:${{ env.PKG_VERSION }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Update CHANGELOG
|
||||
id: changelog
|
||||
|
|
Loading…
Reference in a new issue