Skip to content

Commit a283663

Browse files
author
SUSE Update Bot
committed
Test build for #3234
1 parent 2c03368 commit a283663

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/changelog_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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') }}

.github/workflows/find-missing-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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') }}

postgres-17-image/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
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

2423
FROM opensuse/bci/bci-micro:latest AS target
2524
FROM opensuse/tumbleweed:latest AS builder

postgres-18-image/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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

2324
FROM opensuse/bci/bci-micro:latest AS target
2425
FROM opensuse/tumbleweed:latest AS builder

0 commit comments

Comments
 (0)