Skip to content

Commit

Permalink
Disable docker build record upload (#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Jul 7, 2024
1 parent 83f3f73 commit 467cfbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ jobs:
- name: Build local builder
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
file: tee-worker/build.Dockerfile
Expand All @@ -206,6 +208,8 @@ jobs:
- name: Build worker
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
file: tee-worker/build.Dockerfile
Expand Down Expand Up @@ -259,6 +263,8 @@ jobs:
- name: Build local builder
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
file: bitacross-worker/build.Dockerfile
Expand All @@ -274,6 +280,8 @@ jobs:
- name: Build worker
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
file: bitacross-worker/build.Dockerfile
Expand Down

0 comments on commit 467cfbc

Please sign in to comment.