mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
test inline build
This commit is contained in:
parent
0484a0d073
commit
65df6dfab0
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -73,10 +73,20 @@ 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: ./.github/actions/build-component
|
- uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
component: base
|
context: 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