Skip to content

Commit

Permalink
Disable docker build artifacts and summaries (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Aug 2, 2024
1 parent 8ed3135 commit aeef8f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ runs:
platforms: ${{ inputs.platform }}
- name: Build ESPHome image
uses: docker/[email protected]
env:
DOCKER_BUILD_SUMMARY: false
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: ${{ github.action_path }}
load: true
Expand Down

0 comments on commit aeef8f5

Please sign in to comment.