Skip to content

Commit

Permalink
chore: disable build artifacts upload on GitHub (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jul 12, 2024
1 parent 508daaf commit fa0f91d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/__build-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ jobs:
- name: Build image
id: build
uses: docker/build-push-action@v6.3.0
env:
DOCKER_BUILD_RECORD_UPLOAD: false
DOCKER_BUILD_SUMMARY: false
with:
context: .
build-contexts: ${{ inputs.additional-build-contexts }}
Expand Down

0 comments on commit fa0f91d

Please sign in to comment.