Skip to content

Commit

Permalink
feat: fix skip_compression arg and add prev-ref-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Aug 6, 2024
1 parent 582e7cb commit d9316b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ jobs:
rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.0'
ref: 'raw-img'
prev-ref: "${{ env.IMAGE_REGISTRY }}/cosmic-${{ matrix.flavor }}:${{ matrix.version }}"
skip-compression: true
prev-ref-fail: true
skip_compression: true
version: 'version'
labels: |
org.opencontainers.image.title=cosmic-${{ matrix.flavor }}
Expand Down

0 comments on commit d9316b6

Please sign in to comment.