Skip to content

Commit 926429b

Browse files
committed
Upd: Move to newer distributions
1 parent bdb8f86 commit 926429b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
cache-from: type=local,src=/tmp/.buildx-cache/ubuntu,mode=max,compression=estargz
142142
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
143143
build-args: |
144-
BASE_IMAGE=ubuntu:jammy
144+
BASE_IMAGE=ubuntu:noble
145145
146146
- name: Move cache
147147
run: |

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
cache-from: type=local,src=/tmp/.buildx-cache/ubuntu,mode=max,compression=estargz
154154
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
155155
build-args: |
156-
BASE_IMAGE=ubuntu:jammy
156+
BASE_IMAGE=ubuntu:noble
157157
158158
- name: Move cache
159159
run: |

0 commit comments

Comments
 (0)