We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現在、Dockerイメージのリリースビルド時に、実際にはほとんど使われないレイヤーキャッシュ(例えば、0.15.0-buildcache)がpushされるようになっています。
0.15.0-buildcache
直近で大きなデメリットはないと思いますが、リソースを浪費していそうなので、これをやめたいです。
docker/build-push-action@v3のcache-toオプションを、タグがlatest以外のときは空文字列にすればよさそうです。
docker/build-push-action@v3
cache-to
latest
The text was updated successfully, but these errors were encountered:
docker hubへのプッシュはできる限り量を減らしておきたいですね・・・!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
内容
現在、Dockerイメージのリリースビルド時に、実際にはほとんど使われないレイヤーキャッシュ(例えば、
0.15.0-buildcache
)がpushされるようになっています。直近で大きなデメリットはないと思いますが、リソースを浪費していそうなので、これをやめたいです。
Pros 良くなる点
Cons 悪くなる点
実現方法
docker/build-push-action@v3
のcache-to
オプションを、タグがlatest
以外のときは空文字列にすればよさそうです。その他
The text was updated successfully, but these errors were encountered: