mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-08 08:26:13 +00:00
revert inlining and add load:true
This commit is contained in:
parent
65df6dfab0
commit
952cc56066
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -64,6 +64,7 @@ jobs:
|
|||||||
- name: Download Kopano APT Packages
|
- name: Download Kopano APT Packages
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
load: true
|
||||||
push: false
|
push: false
|
||||||
tags: zokradonh/kopano_repo_helper
|
tags: zokradonh/kopano_repo_helper
|
||||||
context: repo
|
context: repo
|
||||||
@ -73,20 +74,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rm -rf /tmp/.kopano-repo-helper-cache
|
rm -rf /tmp/.kopano-repo-helper-cache
|
||||||
mv /tmp/.kopano-repo-helper-cache-new /tmp/.kopano-repo-helper-cache
|
mv /tmp/.kopano-repo-helper-cache-new /tmp/.kopano-repo-helper-cache
|
||||||
- uses: docker/build-push-action@v2
|
- uses: ./.github/actions/build-component
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
context: base
|
component: base
|
||||||
cache-from: type=local,src=/tmp/.kopano-repo-helper-cache
|
|
||||||
build-args: |
|
|
||||||
ADDITIONAL_KOPANO_PACKAGES=
|
|
||||||
ADDITIONAL_KOPANO_WEBAPP_PLUGINS=
|
|
||||||
KOPANO_UID=999
|
|
||||||
KOPANO_GID=999
|
|
||||||
# - uses: ./.github/actions/build-component
|
|
||||||
# with:
|
|
||||||
# push: false
|
|
||||||
# component: base
|
|
||||||
- uses: ./.github/actions/build-component
|
- uses: ./.github/actions/build-component
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user