From 07e06e6ddc565c11b02734afd78412ae6f9f95ae Mon Sep 17 00:00:00 2001 From: marc1uk Date: Thu, 8 Feb 2024 01:55:56 +0000 Subject: [PATCH] Update tempbuild.yml --- .github/workflows/tempbuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tempbuild.yml b/.github/workflows/tempbuild.yml index 95979b31e..bb09611e4 100644 --- a/.github/workflows/tempbuild.yml +++ b/.github/workflows/tempbuild.yml @@ -91,7 +91,8 @@ jobs: - name: build and test uses: addnab/docker-run-action@v3 with: - image: "docker://anniesoft/toolanalysis:latest" + image: anniesoft/toolanalysis:latest + registry: docker.io options: -v ${{ github.workspace }}:/ToolAnalysis run: | echo "Running Script"