Skip to content

Commit

Permalink
fix: properly set prev-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Aug 6, 2024
1 parent a4ad997 commit 3943e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
with:
rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.0'
ref: 'raw-img'
prev-ref: true
prev-ref: "${{ env.IMAGE_REGISTRY }}/cosmic-${{ matrix.flavor }}:latest"
version: 'version'
labels: |
org.opencontainers.image.title=cosmic-${{ matrix.flavor }}
Expand Down

0 comments on commit 3943e8f

Please sign in to comment.