Skip to content

Commit

Permalink
Disable upload of .dockerbuild file in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jul 14, 2024
1 parent 567cc7f commit c7f51e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ jobs:
needs.config-deploy.outputs.image == 'Dockerfile' && startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '.')
)
}}
env:
DOCKER_BUILD_RECORD_UPLOAD: false

event_file:
name: "Event File"
Expand Down

0 comments on commit c7f51e6

Please sign in to comment.