From 22da55af647c303786f86c8a991109b01ae89aaf Mon Sep 17 00:00:00 2001 From: Casey LP Date: Sat, 6 Apr 2024 22:26:04 +0100 Subject: [PATCH] Context might not require specf. --- .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 386f089..e773a82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,6 +55,6 @@ jobs: soupbowl/opensimulator:${{ fromJSON(matrix.tag).tag }}, ghcr.io/soup-bowl/opensimulator-docker:${{ fromJSON(matrix.tag).tag }}, platforms: ${{ fromJSON(matrix.tag).platforms }} - file: "{context}/${{ fromJSON(matrix.tag).file }}" + file: "${{ fromJSON(matrix.tag).file }}" cache-from: type=gha cache-to: type=gha,mode=max