Pull and updates to the base image on each build
This commit is contained in:
parent
92dff7fa07
commit
f7616b5c2c
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,10 @@ jobs:
|
||||||
filters: |
|
filters: |
|
||||||
src:
|
src:
|
||||||
- 'workstation/**'
|
- '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
|
- name: Build image
|
||||||
if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true'
|
if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true'
|
||||||
uses: https://cremin.dev/actions/buildah-build@v2
|
uses: https://cremin.dev/actions/buildah-build@v2
|
||||||
|
@ -72,6 +76,10 @@ jobs:
|
||||||
filters: |
|
filters: |
|
||||||
src:
|
src:
|
||||||
- 'workstation-nvidia/**'
|
- '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
|
- name: Build image
|
||||||
if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true'
|
if: github.event_name == 'schedule' || steps.changes.outputs.src == 'true'
|
||||||
uses: https://cremin.dev/actions/buildah-build@v2
|
uses: https://cremin.dev/actions/buildah-build@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue