Skip to content

Commit fb1d018

Browse files
committed
BC-8763 workaround for actions/build-push-action@v6
as it appears to be incompatible with actions/download-artifact@v4 / cloudposse/github-action-matrix-outputs-read#29 (comment) see docker/build-push-action#1167 in short if one downloads an artifact that is not of type zip it might/will fail to download so most of the times this actions/toolkit#1874 might resolve the whole mess
1 parent 8fedf85 commit fb1d018

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
pull: true
4949
tags: ${{ steps.docker_meta_img.outputs.tags }}
5050
labels: ${{ steps.docker_meta_img.outputs.labels }}
51+
env:
52+
DOCKER_BUILD_RECORD_UPLOAD: false
5153

5254

5355
- name: Install Cosign

0 commit comments

Comments
 (0)