File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 ref : main
2020 fetch-depth : 0
2121
22- - uses : actions/cache@v4
22+ - uses : actions/cache@v5
2323 with :
2424 path : ~/.cache/pypoetry/virtualenvs
2525 key : poetry-${{ hashFiles('poetry.lock') }}
Original file line number Diff line number Diff line change 2727 ref : main
2828 token : ${{ secrets.CHECKOUT_TOKEN }}
2929
30- - uses : actions/cache@v4
30+ - uses : actions/cache@v5
3131 with :
3232 path : ~/.cache/pypoetry/virtualenvs
3333 key : poetry-${{ hashFiles('poetry.lock') }}
Original file line number Diff line number Diff line change 1919# !BuildTag: opensuse/postgres:%%pg_patch_version%%
2020# !BuildTag: opensuse/postgres:17
2121# !BuildTag: opensuse/postgres:%%pg_minor_version%%
22- # !BuildTag: opensuse/postgres:latest
2322
2423FROM opensuse/bci/bci-micro:latest AS target
2524FROM opensuse/tumbleweed:latest AS builder
Original file line number Diff line number Diff line change 1919# !BuildTag: opensuse/postgres:%%pg_patch_version%%
2020# !BuildTag: opensuse/postgres:18
2121# !BuildTag: opensuse/postgres:%%pg_minor_version%%
22+ # !BuildTag: opensuse/postgres:latest
2223
2324FROM opensuse/bci/bci-micro:latest AS target
2425FROM opensuse/tumbleweed:latest AS builder
You can’t perform that action at this time.
0 commit comments