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