Pull and updates to the base image on each build
This commit is contained in:
parent
92dff7fa07
commit
1dd15f5f36
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,9 @@ jobs:
|
||||||
registry: cremin.dev
|
registry: cremin.dev
|
||||||
username: ${{ vars.FORGEJO_REGISTRY_USER }}
|
username: ${{ vars.FORGEJO_REGISTRY_USER }}
|
||||||
password: ${{ secrets.FORGEJO_REGISTRY_TOKEN }}
|
password: ${{ secrets.FORGEJO_REGISTRY_TOKEN }}
|
||||||
|
- name: Fetch latest image
|
||||||
|
run: |
|
||||||
|
podman pull cremin.dev/jonathan/ublue-silverblue-main:42
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: https://cremin.dev/actions/checkout@v4
|
uses: https://cremin.dev/actions/checkout@v4
|
||||||
- name: Check if workstation was changed
|
- name: Check if workstation was changed
|
||||||
|
@ -62,6 +65,9 @@ jobs:
|
||||||
registry: cremin.dev
|
registry: cremin.dev
|
||||||
username: ${{ vars.FORGEJO_REGISTRY_USER }}
|
username: ${{ vars.FORGEJO_REGISTRY_USER }}
|
||||||
password: ${{ secrets.FORGEJO_REGISTRY_TOKEN }}
|
password: ${{ secrets.FORGEJO_REGISTRY_TOKEN }}
|
||||||
|
- name: Fetch latest image
|
||||||
|
run: |
|
||||||
|
podman pull cremin.dev/jonathan/ublue-silverblue-nvidia:42
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: https://cremin.dev/actions/checkout@v4
|
uses: https://cremin.dev/actions/checkout@v4
|
||||||
- name: Check if workstation-nvidia was changed
|
- name: Check if workstation-nvidia was changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue