Skip to content

Commit

Permalink
feat: Disable Docker annoyances
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Sep 14, 2024
1 parent 0901418 commit 191bf0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
id: build
env:
DOCKER_BUILD_RECORD_UPLOAD: false
DOCKER_BUILD_SUMMARY: false
SOURCE_DATE_EPOCH: 0
with:
build-args: ${{ inputs.build_args }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qa-nodejs-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:

- name: Build
env:
DOCKER_BUILD_RECORD_UPLOAD: false
DOCKER_BUILD_SUMMARY: false
SOURCE_DATE_EPOCH: 0
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
with:
Expand Down

0 comments on commit 191bf0a

Please sign in to comment.