Skip to content

Commit

Permalink
chore(ci): dont upload build artifact from docker build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 20, 2024
1 parent 978108b commit 9995d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:

- name: Build and push
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit 9995d5d

Please sign in to comment.