Skip to content

Commit

Permalink
BC-8763 workaround for actions/build-push-action@v6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Loki-Afro committed Jan 20, 2025
1 parent 8fedf85 commit fb1d018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
pull: true
tags: ${{ steps.docker_meta_img.outputs.tags }}
labels: ${{ steps.docker_meta_img.outputs.labels }}
env:
DOCKER_BUILD_RECORD_UPLOAD: false


- name: Install Cosign
Expand Down

0 comments on commit fb1d018

Please sign in to comment.