Skip to content

Commit

Permalink
fix: properly set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Sep 19, 2024
1 parent 5b51849 commit d8d24c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
image_flavor:
- main
- nvidia
# - nvidia
# - asus
# - asus-nvidia
# - surface
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
- name: Rechunk Image
uses: hhd-dev/rechunk@master
with:
ref: ${{ steps.build_image.outputs.image }}@{{ steps.generate-tags.outputs.DEFAULT_TAG }}
ref: ${{ steps.build_image.outputs.image }}@${{ steps.generate-tags.outputs.DEFAULT_TAG }}
skip_compression: 'true'

- name: Check Post Rechunk
Expand Down

0 comments on commit d8d24c4

Please sign in to comment.