From 59da93948186751852acb2e4ce7cf28cf0ec92ca Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 11 Dec 2022 00:18:00 +0100 Subject: [PATCH] Fix bc check --- .github/workflows/bc-check.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bc-check.yaml b/.github/workflows/bc-check.yaml index aa88363fa7..241ee10da9 100644 --- a/.github/workflows/bc-check.yaml +++ b/.github/workflows/bc-check.yaml @@ -17,4 +17,8 @@ jobs: uses: "actions/checkout@v3" - name: "Roave BC Check" - uses: "docker://nyholm/roave-bc-check-ga" + uses: "addnab/docker-run-action@v3" + with: + image: "nyholm/roave-bc-check-ga" + options: "-v ${{ github.workspace }}:/app -u 1001 -e GITHUB_REPOSITORY=${{ github.repository }}" + run: "/entrypoint.sh"