Skip to content

Commit

Permalink
Drop upload and signing of version files in ghcr.io (#399)
Browse files Browse the repository at this point in the history
The upload and signing of version files to ghcr.io was an experiment and
is not really necessary. Let's drop it. This should unblock our CI and
allow updating the version file (which is currently blocked due to the
request rate limiting).
  • Loading branch information
agners authored Nov 11, 2024
1 parent 7af078f commit 5d05d1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,8 @@ jobs:
- name: Install AWS CLI
run: pip install awscli

- name: Upload file
run: |
cosign upload blob -f ${{ matrix.path }} ghcr.io/home-assistant/version/${{ matrix.path }}
- name: Sign Cosign
run: |
cosign sign --yes ghcr.io/home-assistant/version/${{ matrix.path }}
cosign sign-blob --yes ${{ matrix.path }} --bundle ${{ matrix.path }}.sig
- name: Upload signature
Expand Down

0 comments on commit 5d05d1b

Please sign in to comment.