Skip to content

Commit

Permalink
Upd: Move to newer distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Jan 16, 2025
1 parent bdb8f86 commit 926429b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 926429b

Please sign in to comment.