Skip to content

Commit

Permalink
fix(rechunk): Fix signing by using the appropriate name and change ar…
Browse files Browse the repository at this point in the history
…gs (#55)

fix(rechunk): Fix signing by using the appropriate name and change rechunk arguments
  • Loading branch information
antheas authored Aug 7, 2024
1 parent 75c5608 commit 3002f0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,10 @@ jobs:
rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.0'
ref: 'raw-img'
prev-ref: "${{ env.IMAGE_REGISTRY }}/cosmic-${{ matrix.flavor }}:${{ matrix.version }}"
prev-ref-fail: true
skip_compression: true
version: 'version'
version: ${{ matrix.version }}
labels: |
org.opencontainers.image.title=cosmic-${{ matrix.flavor }}
org.opencontainers.image.version=${{ matrix.version }}
org.opencontainers.image.description=${{ env.description }}
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/cosmic/main/README.md
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4
Expand Down Expand Up @@ -188,7 +186,7 @@ jobs:
- name: Sign container image
if: github.event_name != 'pull_request'
run: |
cosign sign -y --key env://COSIGN_PRIVATE_KEY ${{ steps.registry_case.outputs.lowercase }}/${{ steps.build_image.outputs.image }}@${TAGS}
cosign sign -y --key env://COSIGN_PRIVATE_KEY ${{ steps.registry_case.outputs.lowercase }}/cosmic-${{ matrix.flavor }}@${TAGS}
env:
TAGS: ${{ steps.push.outputs.digest }}
COSIGN_EXPERIMENTAL: false
Expand Down

0 comments on commit 3002f0b

Please sign in to comment.