Upd: Move to newer distributions

This commit is contained in:
Bojan Čekrlić 2025-01-16 23:06:41 +01:00
parent bdb8f86848
commit 926429ba81
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache/ubuntu,mode=max,compression=estargz
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
build-args: |
BASE_IMAGE=ubuntu:jammy
BASE_IMAGE=ubuntu:noble
- name: Move cache
run: |

View file

@ -153,7 +153,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache/ubuntu,mode=max,compression=estargz
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
build-args: |
BASE_IMAGE=ubuntu:jammy
BASE_IMAGE=ubuntu:noble
- name: Move cache
run: |