From 952cc56066bfbe5b9ba2441df3ad9f7fbe6bbb0d Mon Sep 17 00:00:00 2001 From: zokradonh Date: Tue, 9 Nov 2021 18:55:21 +0100 Subject: [PATCH] revert inlining and add load:true --- .github/workflows/ci.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eab09e5..c72497a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: - name: Download Kopano APT Packages uses: docker/build-push-action@v2 with: + load: true push: false tags: zokradonh/kopano_repo_helper context: repo @@ -73,20 +74,10 @@ jobs: run: | rm -rf /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: push: false - 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 + component: base - uses: ./.github/actions/build-component with: push: false