From 88b444784aa89201f7d723254a0ed93ceb5c2a14 Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Wed, 2 Oct 2024 21:49:46 +0200 Subject: [PATCH] Bind Volume --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abd9f5005f..a2cf74b22f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,9 @@ jobs: image: morpheus99/corretto-gradle options: --user root volumes: - - ${{ github.workspace }}:/simona:rw + - type: bind + source: ${{ github.workspace }} + target: /simona steps: - name: Checking Gradle & Java