From d6f82c8c77439426680946d48d458df4947b41e5 Mon Sep 17 00:00:00 2001 From: Amund Isaksen Date: Mon, 8 Apr 2024 14:41:02 +0200 Subject: [PATCH] Update context --- .github/workflows/registry_upload.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/registry_upload.yml b/.github/workflows/registry_upload.yml index 926256bf..05210321 100644 --- a/.github/workflows/registry_upload.yml +++ b/.github/workflows/registry_upload.yml @@ -24,11 +24,11 @@ jobs: strategy: matrix: include: - - context: ./datastore/datastore/ + - context: /datastore/datastore/ IMAGE_NAME: datastore - - context: ./api/ + - context: /api/ IMAGE_NAME: api - - context: ./ingest/ + - context: /ingest/ IMAGE_NAME: ingest steps: - name: Checkout repository