From a18273472ba70a7331c2ab9c191265e2fc7b51f5 Mon Sep 17 00:00:00 2001 From: Mischa van den Burg Date: Wed, 1 May 2024 15:05:19 +0200 Subject: [PATCH] test: commit --- .github/workflows/build-docker-images.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-docker-images.yaml b/.github/workflows/build-docker-images.yaml index da4a20a4..9b5f641c 100644 --- a/.github/workflows/build-docker-images.yaml +++ b/.github/workflows/build-docker-images.yaml @@ -100,6 +100,7 @@ jobs: with: repository: ssi-dk/sofi_core_gitops ref: main + path: sofi_core_gitops - name: update image uses: mikefarah/yq@master @@ -115,3 +116,4 @@ jobs: repository: https://github.com/ssi-dk/sofi_core_gitops branch: main token: ${{ secrets.GITHUB_TOKEN }} + directory: sofi_core_gitops