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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
.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: |
|
|
|