We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea2b8b commit 1e74e9bCopy full SHA for 1e74e9b
.github/workflows/online_test_deck.yml
@@ -38,12 +38,12 @@ jobs:
38
sudo podman pull ghcr.io/ublue-os/bazzite-deck:${{ github.event.inputs.ref }}
39
- name: Run Rechunker
40
id: rechunk
41
- uses: ./.
+ uses: ./. # IMPORTANT: Use a tag, e.g.: "hhd-dev/rechunk@v0.6.2"
42
with:
43
ref: 'ghcr.io/ublue-os/bazzite-deck:${{ github.event.inputs.ref }}'
44
prev-ref: ghcr.io/hhd-dev/bazzite-automated-deck:stable
45
clear-plan: ${{ github.event.inputs.prev == 'true' && '' || '1' }}
46
- rechunk: 'ghcr.io/hhd-dev/rechunk:latest'
+ rechunk: 'ghcr.io/hhd-dev/rechunk:latest' # IMPORTANT: Use the same tag e.g., :0.6.4
47
version: 'rc${{ github.event.inputs.ref }}'
48
revision: ${{ github.sha }}
49
pretty: 'Rechunked (from ${{ github.event.inputs.ref }})'
0 commit comments