From 2566219186e6a17c1d8d0d347751df752016c3d8 Mon Sep 17 00:00:00 2001 From: coretl Date: Thu, 1 Aug 2024 09:16:49 +0000 Subject: [PATCH] deploy: DiamondLightSource/python-copier-template@cbc04cadbe49c0d757d85af22e5a79dcf80dcdce --- .copier-answers.yml | 2 +- .github/workflows/_container.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 379565a..3e893a0 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2.1.0-40-g9e70b8b +_commit: 2.1.0-42-gcbc04ca _src_path: gh:DiamondLightSource/python-copier-template author_email: tom.cobb@diamond.ac.uk author_name: Tom Cobb diff --git a/.github/workflows/_container.yml b/.github/workflows/_container.yml index 3ee61f1..da5e493 100644 --- a/.github/workflows/_container.yml +++ b/.github/workflows/_container.yml @@ -26,6 +26,8 @@ jobs: - name: Build and export to Docker local cache uses: docker/build-push-action@v6 + env: + DOCKER_BUILD_RECORD_UPLOAD: false with: context: . # Need load and tags so we can test it below @@ -47,6 +49,8 @@ jobs: - name: Push cached image to container registry if: github.ref_type == 'tag' uses: docker/build-push-action@v6 + env: + DOCKER_BUILD_RECORD_UPLOAD: false # This does not build the image again, it will find the image in the # Docker cache and publish it with: