Browse Source

Comment out image output in release.yml

Comment out the image output configuration in the release workflow.
pull/7236/head
Jason Yang 3 months ago
committed by GitHub
parent
commit
69a3e6d0d9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -205,7 +205,6 @@ jobs:
*.platform=linux/${{ matrix.arch }} *.platform=linux/${{ matrix.arch }}
${{ env.TAGS }} ${{ env.TAGS }}
*.output=type=local,dest=./output *.output=type=local,dest=./output
# *.output=type=image,push-by-digest=true,name-canonical=true,push=true
- name: Extract digest SHA - name: Extract digest SHA
env: env:

Loading…
Cancel
Save