Browse Source
Disable image output in release.yml
Comment out image output configuration in release workflow
pull/7236/head
Jason Yang
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/release.yml
|
|
@ -205,7 +205,7 @@ 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 |
|
|
# *.output=type=image,push-by-digest=true,name-canonical=true,push=true |
|
|
|
|
|
|
|
|
- name: Extract digest SHA |
|
|
- name: Extract digest SHA |
|
|
env: |
|
|
env: |
|
|
|