diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index baa4c45..141a070 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -30,6 +30,10 @@ jobs: filters: | src: - 'workstation/**' + - name: Fetch latest image + if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true' + run: | + podman pull cremin.dev/jonathan/ublue-silverblue-main:42 - name: Build image if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true' uses: https://cremin.dev/actions/buildah-build@v2 @@ -72,6 +76,10 @@ jobs: filters: | src: - 'workstation-nvidia/**' + - name: Fetch latest image + if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true' + run: | + podman pull cremin.dev/jonathan/ublue-silverblue-nvidia:42 - name: Build image if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true' uses: https://cremin.dev/actions/buildah-build@v2