We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e70b8b + ab105d6 commit cbc04caCopy full SHA for cbc04ca
.github/workflows/_container.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: Build and export to Docker local cache
28
uses: docker/build-push-action@v6
29
+ env:
30
+ DOCKER_BUILD_RECORD_UPLOAD: false
31
with:
32
context: .
33
# Need load and tags so we can test it below
@@ -47,6 +49,8 @@ jobs:
47
49
- name: Push cached image to container registry
48
50
if: github.ref_type == 'tag'
51
52
53
54
# This does not build the image again, it will find the image in the
55
# Docker cache and publish it
56
0 commit comments