Closed viceice closed 4 years ago
New docker hub repo: renovate/cache-test
New docker hub deploy account: renovaterelease
Added both the new account and kriese
with read-write team permissions to renovate/cache-test
Added Docker Hub user renovaterelease
access token into Actions secret DOCKER_RENOVATERELEASE_TOKEN
refactored the docker workflows. Now we can merge to master and test.
If it is working fine we need more steps to do
@ViceIce can this now be closed?
no, i will try to use github file cache, so we don't need to push the cache to dockerhub
We should use the caching feature of docker buildx to reuse build layers which do not have changes.
To get started we need
renovate/testing
renovatebot
After these steps we can enable build caching in our github workflows
renovaterelease
account with permissions to push/delete torenovate/renovate
docker repoDOCKER_REPO
withrenovate/renovate
https://github.com/renovatebot/renovate/blob/a3614f8bbe0b02574662743e8794567407287e5f/.github/workflows/dockerimages.yml#L12-L13when we want to start to deploy release docker images
DOCKER_REPO
withrenovate/renovate
https://github.com/renovatebot/renovate/blob/a3614f8bbe0b02574662743e8794567407287e5f/.github/workflows/release.yml#L10-L11