From 802fa54021dcacc2dbf8649f8426ee3f628f7d59 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 9 Feb 2023 17:58:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20github:=20Fix=20secrets=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c4b883..576f1fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,6 +65,7 @@ jobs: matrix: subimage: ["core", "dinglehopper"] # TODO have one list, not multiple + secrets: inherit steps: - name: Docker meta @@ -82,4 +83,3 @@ jobs: subimage: ${{ matrix.subimage }} cache-from: quratorspk/ocrd-galley-${{ matrix.subimage }}:${{ github.sha }} tags: ${{ steps.meta.outputs.tags }} - secrets: inherit