mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-04 13:34:32 +08:00
Upd: Move to newer distributions
This commit is contained in:
parent
bdb8f86848
commit
926429ba81
2 changed files with 2 additions and 2 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/tags.yml
vendored
2
.github/workflows/tags.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue