mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +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-from: type=local,src=/tmp/.buildx-cache/ubuntu,mode=max,compression=estargz
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
|
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
|
||||||
build-args: |
|
build-args: |
|
||||||
BASE_IMAGE=ubuntu:jammy
|
BASE_IMAGE=ubuntu:noble
|
||||||
|
|
||||||
- name: Move cache
|
- name: Move cache
|
||||||
run: |
|
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-from: type=local,src=/tmp/.buildx-cache/ubuntu,mode=max,compression=estargz
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
|
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
|
||||||
build-args: |
|
build-args: |
|
||||||
BASE_IMAGE=ubuntu:jammy
|
BASE_IMAGE=ubuntu:noble
|
||||||
|
|
||||||
- name: Move cache
|
- name: Move cache
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue